summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-13 02:45:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-13 02:45:57 +0000
commitc2e87ad47a8662d72b33b9d82e2dcae8695817a2 (patch)
treef4ffdcfa4420d64ab9e740ed8a4867713660f66d
parent5e2de9fe0030158446d7175845da649d1204424d (diff)
downloadbcm5719-llvm-c2e87ad47a8662d72b33b9d82e2dcae8695817a2.tar.gz
bcm5719-llvm-c2e87ad47a8662d72b33b9d82e2dcae8695817a2.zip
Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.
llvm-svn: 81669
-rw-r--r--llvm/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 9db85c53939..d344823e96b 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -66,7 +66,7 @@ endif
ifneq ($(RUNTEST),)
check-local:: site.exp
( $(ULIMIT) \
- PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
+ PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH)" \
$(RUNTEST) $(RUNTESTFLAGS) )
else
check-local:: site.exp
@@ -78,6 +78,7 @@ check-local-lit:: lit.site.cfg
$(LLVM_SRC_ROOT)/utils/lit/lit.py \
--path "$(LLVMToolDir)" \
--path "$(LLVM_SRC_ROOT)/test/Scripts" \
+ --path "$(LLVMGCCDIR)/bin" \
$(LIT_ARGS) $(LIT_TESTSUITE) )
ifdef TESTONE
OpenPOWER on IntegriCloud