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 cdea05f65..aa653387d 100755 --- a/build-js.sh +++ b/build-js.sh @@ -110,6 +110,7 @@ echo "building shared bitcode" $BINARYEN_SRC/passes/PrintCallGraph.cpp \ $BINARYEN_SRC/passes/RedundantSetElimination.cpp \ $BINARYEN_SRC/passes/RelooperJumpThreading.cpp \ + $BINARYEN_SRC/passes/RemoveCopysign.cpp \ $BINARYEN_SRC/passes/RemoveImports.cpp \ $BINARYEN_SRC/passes/RemoveMemory.cpp \ $BINARYEN_SRC/passes/RemoveUnusedBrs.cpp \ |