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 763062a19..e39b19520 100755 --- a/build-js.sh +++ b/build-js.sh @@ -131,6 +131,7 @@ echo "building shared bitcode" $BINARYEN_SRC/passes/SimplifyLocals.cpp \ $BINARYEN_SRC/passes/SpillPointers.cpp \ $BINARYEN_SRC/passes/SSAify.cpp \ + $BINARYEN_SRC/passes/StackIR.cpp \ $BINARYEN_SRC/passes/TrapMode.cpp \ $BINARYEN_SRC/passes/Untee.cpp \ $BINARYEN_SRC/passes/Vacuum.cpp \ |