[llvm-commits] CVS: llvm/test/Programs/TEST.reopt.Makefile
Brian Gaeke
gaeke at niobe.cs.uiuc.edu
Fri Aug 15 19:24:10 PDT 2003
Changes in directory llvm/test/Programs:
TEST.reopt.Makefile updated: 1.1 -> 1.2
---
Log message:
Rename -emitmaps to -enable-maps
---
Diffs of the changes:
Index: llvm/test/Programs/TEST.reopt.Makefile
diff -u llvm/test/Programs/TEST.reopt.Makefile:1.1 llvm/test/Programs/TEST.reopt.Makefile:1.2
--- llvm/test/Programs/TEST.reopt.Makefile:1.1 Fri Aug 15 13:51:28 2003
+++ llvm/test/Programs/TEST.reopt.Makefile Fri Aug 15 19:23:16 2003
@@ -50,7 +50,7 @@
Output/%.reopt-llc.s: Output/%.llvm.bc
@echo "========================================="
@echo "Compiling Reoptimizer version of '$(TESTNAME)'"
- -$(LOPT) -q -inline -lowerswitch -branch-combine -emitfuncs -instloops $< | $(LLC) $(LLCFLAGS) -disable-sched -f -emitmaps -o $@
+ -$(LOPT) -q -inline -lowerswitch -branch-combine -emitfuncs -instloops $< | $(LLC) $(LLCFLAGS) -disable-sched -f -enable-maps -o $@
# 2. Link the instrumented binary with the necessary parts of the
# compiler.
More information about the llvm-commits
mailing list