[llvm-commits] CVS: llvm/test/Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll Makefile

Nicholas Hildenbrandt hldnbrnd at cs.uiuc.edu
Thu Oct 31 12:24:01 PST 2002


Changes in directory llvm/test/Regression/CBackend:

2002-10-30-FunctionPointerAlloca.ll added (r1.1)
Makefile updated: 1.4 -> 1.5

---
Log message:

CBE doesn't alloc correctly


---
Diffs of the changes:

Index: llvm/test/Regression/CBackend/Makefile
diff -u llvm/test/Regression/CBackend/Makefile:1.4 llvm/test/Regression/CBackend/Makefile:1.5
--- llvm/test/Regression/CBackend/Makefile:1.4	Fri Sep 20 17:32:00 2002
+++ llvm/test/Regression/CBackend/Makefile	Thu Oct 31 12:23:09 2002
@@ -15,9 +15,9 @@
 
 
 Output/%.to: Output/%.c
-	$(CC) -c -W -Wall $< -o $@ || \
+	$(CC) -c $< -o $@ #|| \
 		(rm -f $@; $(FAILURE) $@ )
 
 Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
-	$(LAS) < $< | $(LDIS) -c > $@ || \
+	$(LAS) < $< | $(LDIS) -c > $@ #|| \
 		(rm -f $@; $(FAILURE) $@ )





More information about the llvm-commits mailing list