[llvm-commits] CVS: llvm/test/Feature/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 17 15:56:02 PDT 2003


Changes in directory llvm/test/Feature:

Makefile updated: 1.6 -> 1.7

---
Log message:

Fix to mesh with Johns recent changes


---
Diffs of the changes:

Index: llvm/test/Feature/Makefile
diff -u llvm/test/Feature/Makefile:1.6 llvm/test/Feature/Makefile:1.7
--- llvm/test/Feature/Makefile:1.6	Wed Aug 21 18:52:15 2002
+++ llvm/test/Feature/Makefile	Tue Jun 17 15:55:04 2003
@@ -24,10 +24,10 @@
 testcbe     : $(OTESTS:%.ll=%.tc)
 
 Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
-	@./TestAsmDisasm.sh $< $(TOOLDEBUG) $(LIBDEBUG)
+	@./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
 
 Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
-	@./TestOptimizer.sh $< $(TOOLDEBUG) $(LIBDEBUG)
+	@./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
 
 Output/%.tc: Output/%.bc $(LDIS)
 	@echo "======== Generating C code for $<"





More information about the llvm-commits mailing list