From 8f2f6a13736336ca13d6b4bccb1af6d34f3aae48 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 18 Sep 2017 23:39:11 +0300 Subject: Add missing objects to build-js.sh (#1187) --- build-js.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-js.sh') 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 \ -- cgit v1.2.3