diff options
Diffstat (limited to 'build-js.sh')
-rwxr-xr-x | build-js.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh index f4a2157b5..487c8a9c1 100755 --- a/build-js.sh +++ b/build-js.sh @@ -90,6 +90,7 @@ echo "building shared bitcode" $BINARYEN_SRC/ir/LocalGraph.cpp \ $BINARYEN_SRC/passes/pass.cpp \ $BINARYEN_SRC/passes/CoalesceLocals.cpp \ + $BINARYEN_SRC/passes/DeadArgumentElimination.cpp \ $BINARYEN_SRC/passes/CodeFolding.cpp \ $BINARYEN_SRC/passes/CodePushing.cpp \ $BINARYEN_SRC/passes/ConstHoisting.cpp \ |