aboutsummaryrefslogtreecommitdiff
path: root/tests/embind/build_benchmark
diff options
context:
space:
mode:
authorDan Gohman <sunfish@google.com>2014-02-21 08:11:33 -0800
committerDan Gohman <sunfish@google.com>2014-02-25 11:58:52 -0800
commit377e75950fd04ed2705befe00b0c46f0e88a0cf7 (patch)
tree79b31c1a7413862d8e076ef07a68843876436390 /tests/embind/build_benchmark
parent264a5a91c450b510bcee1d257372ee5d9750879b (diff)
Update the tests to use asmjs-unknown-emscripten.
Diffstat (limited to 'tests/embind/build_benchmark')
-rw-r--r--tests/embind/build_benchmark2
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