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

Unified Diff: Makefile.standalone

Issue 525603002: Subzero: Remove the need for a separate NaCl SDK. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix up some path issues Created 6 years, 3 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 | « no previous file | crosstest/crosstest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 7740a4025d22210080fe1dd1b55fd74b570204e4..bac279aaa491de712edfb9e5ebc4bae958573660 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -90,7 +90,7 @@ check-lit: llvm2ice
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit
check: check-lit
- (cd crosstest; LLVM_BIN_PATH=$(LLVM_BIN_PATH) ./runtests.sh)
+ (cd crosstest; ./runtests.sh)
# TODO: Fix the use of wildcards.
# Assumes clang-format is within $PATH.
« no previous file with comments | « no previous file | crosstest/crosstest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698