[llvm-commits] CVS: llvm/test/Feature/Makefile
John Criswell
criswell at choi.cs.uiuc.edu
Fri Jun 20 16:38:00 PDT 2003
Changes in directory llvm/test/Feature:
Makefile updated: 1.7 -> 1.8
---
Log message:
Updated to the new Makefile.common.
---
Diffs of the changes:
Index: llvm/test/Feature/Makefile
diff -u llvm/test/Feature/Makefile:1.7 llvm/test/Feature/Makefile:1.8
--- llvm/test/Feature/Makefile:1.7 Tue Jun 17 15:55:04 2003
+++ llvm/test/Feature/Makefile Fri Jun 20 16:37:31 2003
@@ -24,10 +24,10 @@
testcbe : $(OTESTS:%.ll=%.tc)
Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
- @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
+ @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LLVMLIBCURRENTSOURCE)
Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
- @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG)
+ @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LLVMLIBCURRENTSOURCE)
Output/%.tc: Output/%.bc $(LDIS)
@echo "======== Generating C code for $<"
More information about the llvm-commits
mailing list