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 1ca2a1129..482901bc5 100755 --- a/build-js.sh +++ b/build-js.sh @@ -125,6 +125,7 @@ echo "building shared bitcode" $BINARYEN_SRC/passes/PostEmscripten.cpp \ $BINARYEN_SRC/passes/Precompute.cpp \ $BINARYEN_SRC/passes/Print.cpp \ + $BINARYEN_SRC/passes/PrintFeatures.cpp \ $BINARYEN_SRC/passes/PrintCallGraph.cpp \ $BINARYEN_SRC/passes/RedundantSetElimination.cpp \ $BINARYEN_SRC/passes/RelooperJumpThreading.cpp \ |