[llvm-commits] [poolalloc] r115190 - /poolalloc/trunk/test/Makefile

Will Dietz wdietz2 at illinois.edu
Thu Sep 30 12:43:55 PDT 2010


Author: wdietz2
Date: Thu Sep 30 14:43:55 2010
New Revision: 115190

URL: http://llvm.org/viewvc/llvm-project?rev=115190&view=rev
Log:
Minor change to way we define PATH for lit tests to make sure we know what tools we're using.

Modified:
    poolalloc/trunk/test/Makefile

Modified: poolalloc/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/Makefile?rev=115190&r1=115189&r2=115190&view=diff
==============================================================================
--- poolalloc/trunk/test/Makefile (original)
+++ poolalloc/trunk/test/Makefile Thu Sep 30 14:43:55 2010
@@ -425,7 +425,7 @@
 	     $(PROJ_SRC_ROOT)/test/lit.site.cfg.in > $@
 
 SETPATH = \
-	PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH):$(PROJ_OBJ_ROOT)/test/tools
+	PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PROJ_OBJ_ROOT)/test/tools:$(PATH)
 
 TESTSUITE=$(PROJ_OBJ_ROOT)/test
 





More information about the llvm-commits mailing list