diff options
author | Sam Clegg <sbc@chromium.org> | 2021-04-15 08:31:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 08:31:07 -0700 |
commit | 0e5ade3db77864d98a0d39fee31626b973b571a4 (patch) | |
tree | c83ddff1ed5e866a4d7cfecd42e2020200be2d59 /test/lld/shared_add_to_table.wasm.out | |
parent | b2c63a9665a9758c50eac60af605f0399f66580f (diff) | |
download | binaryen-0e5ade3db77864d98a0d39fee31626b973b571a4.tar.gz binaryen-0e5ade3db77864d98a0d39fee31626b973b571a4.tar.bz2 binaryen-0e5ade3db77864d98a0d39fee31626b973b571a4.zip |
Remove final remnants of name mangling from wasm-emscripten (#3785)
See https://github.com/emscripten-core/emscripten/pull/13847
Diffstat (limited to 'test/lld/shared_add_to_table.wasm.out')
-rw-r--r-- | test/lld/shared_add_to_table.wasm.out | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/lld/shared_add_to_table.wasm.out b/test/lld/shared_add_to_table.wasm.out index 85f6e2f87..692294eb3 100644 --- a/test/lld/shared_add_to_table.wasm.out +++ b/test/lld/shared_add_to_table.wasm.out @@ -76,13 +76,13 @@ "_Z16waka_func_theirsi" ], "externs": [ - "___stack_pointer", - "___memory_base", - "___table_base", - "__Z16waka_func_theirsi", - "__Z14waka_func_minei", - "_waka_mine", - "_waka_others" + "__stack_pointer", + "__memory_base", + "__table_base", + "_Z16waka_func_theirsi", + "_Z14waka_func_minei", + "waka_mine", + "waka_others" ], "exports": [ "__post_instantiate", |