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

Unified Diff: tests/spec2k/run_all.sh

Issue 8391032: Part 2 of 3: Moving tools/llvm to pnacl/ (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 2 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 | « pnacl/test.sh ('k') | tools/llvm/common-tools.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/run_all.sh
===================================================================
--- tests/spec2k/run_all.sh (revision 7025)
+++ tests/spec2k/run_all.sh (working copy)
@@ -14,7 +14,9 @@
echo "ERROR: cannot find the spec2k/ directory"
exit -1
fi
-source ../../tools/llvm/common-tools.sh
+
+# TODO(pdox): Remove this dependency.
+source ../../pnacl/scripts/common-tools.sh
readonly NACL_ROOT="$(GetAbsolutePath "../../")"
SetScriptPath "$(pwd)/run_all.sh"
SetLogDirectory "${NACL_ROOT}/toolchain/test-log"
@@ -506,7 +508,7 @@
build-libs-pnacl() {
pushd "${NACL_ROOT}"
- tools/llvm/utman.sh sdk
+ pnacl/build.sh sdk
popd
}
« no previous file with comments | « pnacl/test.sh ('k') | tools/llvm/common-tools.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698