Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: tests/spec2k/run_all.sh

Issue 16654006: Update TOOL_REVISIONS for PNaCl 11491->11518 (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: change llc name under validation timing test Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « TOOL_REVISIONS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/run_all.sh
diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
index 109c5f67c70e93608be30b45ec45e2e458e78f06..78217eaba4b5a4688543b9db91f53d93437b1e6c 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -70,7 +70,7 @@ readonly QEMU_TOOL="${ARM_TRUSTED_TC}/run_under_qemu_arm"
readonly PNACL_TC=\
"${TC_ROOT}/pnacl_${BUILD_PLATFORM}_${BUILD_ARCH}/${PNACL_LIBMODE}"
-readonly ARM_LLC_NEXE=${TC_ROOT}/pnacl_translator/armv7/bin/llc.nexe
+readonly ARM_LLC_NEXE=${TC_ROOT}/pnacl_translator/armv7/bin/pnacl-llc.nexe
readonly NNACL_TC="${TC_ROOT}/${SCONS_BUILD_PLATFORM}_x86"
readonly RUNNABLE_LD_X8632="${NNACL_TC}/x86_64-nacl/lib32/runnable-ld.so"
« no previous file with comments | « TOOL_REVISIONS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698