[llvm-commits] CVS: reopt/lib/LightWtProfiling/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed May 19 01:52:02 PDT 2004
Changes in directory reopt/lib/LightWtProfiling:
Makefile updated: 1.8 -> 1.9
---
Log message:
Makefile changes due to TraceToFunction move.
---
Diffs of the changes: (+1 -1)
Index: reopt/lib/LightWtProfiling/Makefile
diff -u reopt/lib/LightWtProfiling/Makefile:1.8 reopt/lib/LightWtProfiling/Makefile:1.9
--- reopt/lib/LightWtProfiling/Makefile:1.8 Sun May 16 00:24:37 2004
+++ reopt/lib/LightWtProfiling/Makefile Wed May 19 01:50:57 2004
@@ -5,7 +5,7 @@
include $(LEVEL)/Makefile.config
ifneq ($(ARCH),Sparc)
-Source := FirstTrigger.cpp Initialization.cpp RuntimeOptimizations.cpp SLI.cpp TraceOptEmitter.cpp TraceToFunction.cpp UnpackTraceFunction.cpp
+Source := FirstTrigger.cpp Initialization.cpp RuntimeOptimizations.cpp SLI.cpp TraceOptEmitter.cpp UnpackTraceFunction.cpp
all ::
@echo "This code assumes an LP64 machine- please ignore ptr cast warnings!"
endif
More information about the llvm-commits
mailing list