[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 13 17:40:12 PST 2004


Changes in directory poolalloc/test:

TEST.poolalloc.Makefile updated: 1.10 -> 1.11

---
Log message:

Change CBE generation rule


---
Diffs of the changes:  (+2 -2)

Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.10 poolalloc/test/TEST.poolalloc.Makefile:1.11
--- poolalloc/test/TEST.poolalloc.Makefile:1.10	Fri Feb 13 15:52:08 2004
+++ poolalloc/test/TEST.poolalloc.Makefile	Fri Feb 13 17:39:28 2004
@@ -36,8 +36,8 @@
 
 # This rule compiles the new .bc file into a .c file using CBE
 $(PROGRAMS_TO_TEST:%=Output/%.poolalloc.cbe.c): \
-Output/%.poolalloc.cbe.c: Output/%.$(TEST).transformed.bc $(LDIS)
-	-$(LDIS) -c -f $< -o $@
+Output/%.poolalloc.cbe.c: Output/%.$(TEST).transformed.bc $(LLC)
+	-$(LLC) -march=c -f $< -o $@
 
 # This rule compiles the .c file into an executable using $CC
 $(PROGRAMS_TO_TEST:%=Output/%.poolalloc.cbe): \





More information about the llvm-commits mailing list