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

Brian Gaeke gaeke at cs.uiuc.edu
Fri May 28 15:49:02 PDT 2004


Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.15 -> 1.16

---
Log message:

Save debugging output from llc in a log file in the Output subdirectory.


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

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.15 reopt/test/TEST.reopt.Makefile:1.16
--- reopt/test/TEST.reopt.Makefile:1.15	Wed May 26 16:21:02 2004
+++ reopt/test/TEST.reopt.Makefile	Fri May 28 15:46:37 2004
@@ -76,8 +76,8 @@
 	@echo "===== Building Reoptimizer version of $(TESTNAME) ====="
 	$(LOPT) -q -inline -lowerswitch -enable-correct-eh-support \
 	-lowerinvoke -branch-combine -emitfuncs -instloops $< | $(LLC) \
-	$(LLCFLAGS) -disable-sched -disable-strip -f -enable-maps \
-	-save-ra-state -o $@
+	$(LLCFLAGS) -debug -dregalloc=y -print-machineinstrs -disable-sched \
+	-disable-strip -f -enable-maps -save-ra-state -o $@ 2>$@.log
 
 # 2. Link the instrumented binary with the necessary parts of the
 # compiler.





More information about the llvm-commits mailing list