From eb81ca4f81a27eb2fa775b8246f24f3bc3ea4f4b Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 29 Oct 2020 17:09:48 -0700 Subject: 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. --- scripts/test/generate_lld_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3