diff options
author | Derek Schuff <dschuff@chromium.org> | 2020-06-03 14:07:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 14:07:41 -0700 |
commit | 0c58de1d350928e5e45594e4642349dc77697725 (patch) | |
tree | 32d1171bd82ec289e148e9b8de43f4ac009df92a /src/wasm2js.h | |
parent | 0dff178cb4467b07d7bd58713e80b46d15601757 (diff) | |
download | binaryen-0c58de1d350928e5e45594e4642349dc77697725.tar.gz binaryen-0c58de1d350928e5e45594e4642349dc77697725.tar.bz2 binaryen-0c58de1d350928e5e45594e4642349dc77697725.zip |
Reland "Link binaryen tools against the dylib" (#2892)
Reland of #2864
Also ensure a relative install rpath by adding setup to each tool config.
The CMake code is cribbed from LLVM's implementation.
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r-- | src/wasm2js.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h index e5f473e21..9d3fdd0ec 100644 --- a/src/wasm2js.h +++ b/src/wasm2js.h @@ -52,13 +52,6 @@ namespace wasm { using namespace cashew; -IString ASM_FUNC("asmFunc"); -IString ABORT_FUNC("abort"); -IString FUNCTION_TABLE("FUNCTION_TABLE"); -IString NO_RESULT("wasm2js$noresult"); // no result at all -// result in an expression, no temp var -IString EXPRESSION_RESULT("wasm2js$expresult"); - // Appends extra to block, flattening out if extra is a block as well void flattenAppend(Ref ast, Ref extra) { int index; |