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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 21 22:14:00 PST 2004


Changes in directory poolalloc/test:

TEST.poolalloc.Makefile updated: 1.12 -> 1.13

---
Log message:

Don't keep accumulating "info", clobber it.


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

Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.12 poolalloc/test/TEST.poolalloc.Makefile:1.13
--- poolalloc/test/TEST.poolalloc.Makefile:1.12	Thu Feb 19 16:47:41 2004
+++ poolalloc/test/TEST.poolalloc.Makefile	Sat Feb 21 22:09:24 2004
@@ -32,6 +32,7 @@
 # file
 $(PROGRAMS_TO_TEST:%=Output/%.$(TEST).transformed.bc): \
 Output/%.$(TEST).transformed.bc: Output/%.llvm.bc $(PA_SO)
+	- at rm -f $(CURDIR)/$@.info
 	-$(OPT_PA_STATS) -q -poolalloc $(EXTRA_PA_FLAGS) -globaldce -ipconstprop -deadargelim $< -o $@ -f 2>&1 > $@.out
 
 # This rule compiles the new .bc file into a .c file using CBE
@@ -58,7 +59,7 @@
 # SPEC
 $(PROGRAMS_TO_TEST:%=Output/%.poolalloc.out-cbe): \
 Output/%.poolalloc.out-cbe: Output/%.poolalloc.cbe
-	$(SPEC_SANDBOX) poolalloccbe-$(RUN_TYPE) $@ $(REF_IN_DIR) \
+	-$(SPEC_SANDBOX) poolalloccbe-$(RUN_TYPE) $@ $(REF_IN_DIR) \
              $(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
                   ../../$< $(RUN_OPTIONS)
 	-(cd Output/poolalloccbe-$(RUN_TYPE); cat $(LOCAL_OUTPUTS)) > $@





More information about the llvm-commits mailing list