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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Oct 12 17:02:54 PDT 2004



Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.26 -> 1.27
---
Log message:

Use $(PROFILE) to pull -pg into the link line if ENABLE_PROFILING=1.


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

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.26 reopt/test/TEST.reopt.Makefile:1.27
--- reopt/test/TEST.reopt.Makefile:1.26	Mon Oct  4 15:15:28 2004
+++ reopt/test/TEST.reopt.Makefile	Tue Oct 12 19:02:43 2004
@@ -59,7 +59,7 @@
 # compiler.
 $(PROGRAMS_TO_TEST:%=Output/%.reopt-llc): \
 Output/%.reopt-llc: Output/%.reopt-llc.s $(REOPTIMIZER_LIB)
-	$(CXX) $(CFLAGS) $< -o $@ $(REOPTIMIZER_LIB) $(REOPTIMIZER_SOLARISLIBS)
+	$(CXX) $(CFLAGS) $(PROFILE) $< -o $@ $(REOPTIMIZER_LIB) $(REOPTIMIZER_SOLARISLIBS)
 
 # 3. Run the reoptimized version.
 ifdef SPECTEST






More information about the llvm-commits mailing list