diff options
author | Sam Clegg <sbc@chromium.org> | 2020-10-29 17:09:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 17:09:48 -0700 |
commit | eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b (patch) | |
tree | 8fea7ce2b5ad3947f97849b5af1c2e29c25bad4c /scripts/test/generate_lld_tests.py | |
parent | b59f61678a415ccb3baa8074556c6b8759edc593 (diff) | |
download | binaryen-eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b.tar.gz binaryen-eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b.tar.bz2 binaryen-eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b.zip |
wasm-emscripten-finalize: Remove staticBump from metadata (#3300)
Emscripten no longer needs this information as of
https://github.com/emscripten-core/emscripten/pull/12643.
This also removes the need to export __data_end.
Diffstat (limited to 'scripts/test/generate_lld_tests.py')
-rwxr-xr-x | scripts/test/generate_lld_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test/generate_lld_tests.py b/scripts/test/generate_lld_tests.py index c40d6ff63..94c511ef4 100755 --- a/scripts/test/generate_lld_tests.py +++ b/scripts/test/generate_lld_tests.py @@ -67,7 +67,6 @@ def generate_wat_files(llvm_bin, emscripten_root): obj_path, '-o', wasm_path, '--allow-undefined', '--export', '__wasm_call_ctors', - '--export', '__data_end', '--global-base=568', ] # We had a regression where this test only worked if debug names |