| 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"
|
|
|