diff options
Diffstat (limited to 'test/gen-wasm.py')
-rwxr-xr-x | test/gen-wasm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gen-wasm.py b/test/gen-wasm.py index 24bc6048..b0904620 100755 --- a/test/gen-wasm.py +++ b/test/gen-wasm.py @@ -73,6 +73,7 @@ NAMED_VALUES = { # linking subsection codes 'LINKING_SEGMENT_INFO': 5, 'LINKING_INIT_FUNCTIONS': 6, + 'LINKING_COMDAT_INFO': 7, 'LINKING_SYMBOL_TABLE': 8, # external kinds |