diff options
author | Dan Gohman <sunfish@google.com> | 2014-02-21 08:11:33 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@google.com> | 2014-02-25 11:58:52 -0800 |
commit | 377e75950fd04ed2705befe00b0c46f0e88a0cf7 (patch) | |
tree | 79b31c1a7413862d8e076ef07a68843876436390 /tests/embind/build_benchmark | |
parent | 264a5a91c450b510bcee1d257372ee5d9750879b (diff) |
Update the tests to use asmjs-unknown-emscripten.
Diffstat (limited to 'tests/embind/build_benchmark')
-rw-r--r-- | tests/embind/build_benchmark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/embind/build_benchmark b/tests/embind/build_benchmark index 3d5d816b..74239406 100644 --- a/tests/embind/build_benchmark +++ b/tests/embind/build_benchmark @@ -1,2 +1,2 @@ #!/bin/bash -EMCC_LLVM_TARGET=le32-unknown-nacl ../../emcc --minify 0 --bind --post-js embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp +EMCC_LLVM_TARGET=asmjs-unknown-emscripten ../../emcc --minify 0 --bind --post-js embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp |