diff options
-rwxr-xr-x | build-js.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh index 136d6bcbf..78d62afc9 100755 --- a/build-js.sh +++ b/build-js.sh @@ -66,6 +66,7 @@ echo "building shared bitcode" $EMCC_ARGS \ src/ast/ExpressionAnalyzer.cpp \ src/ast/ExpressionManipulator.cpp \ + src/ast/LocalGraph.cpp \ src/passes/pass.cpp \ src/passes/CoalesceLocals.cpp \ src/passes/CodeFolding.cpp \ @@ -100,6 +101,7 @@ echo "building shared bitcode" src/passes/ReorderFunctions.cpp \ src/passes/ReorderLocals.cpp \ src/passes/ReReloop.cpp \ + src/passes/ConstHoisting.cpp \ src/passes/SafeHeap.cpp \ src/passes/SSAify.cpp \ src/passes/SimplifyLocals.cpp \ |