[llvm-commits] CVS: reopt/lib/LightWtProfiling/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Jun 3 13:50:01 PDT 2004
Changes in directory reopt/lib/LightWtProfiling:
Makefile updated: 1.9 -> 1.10
---
Log message:
I should really automate this...
---
Diffs of the changes: (+1 -1)
Index: reopt/lib/LightWtProfiling/Makefile
diff -u reopt/lib/LightWtProfiling/Makefile:1.9 reopt/lib/LightWtProfiling/Makefile:1.10
--- reopt/lib/LightWtProfiling/Makefile:1.9 Wed May 19 01:50:57 2004
+++ reopt/lib/LightWtProfiling/Makefile Thu Jun 3 13:46:12 2004
@@ -5,7 +5,7 @@
include $(LEVEL)/Makefile.config
ifneq ($(ARCH),Sparc)
-Source := FirstTrigger.cpp Initialization.cpp RuntimeOptimizations.cpp SLI.cpp TraceOptEmitter.cpp UnpackTraceFunction.cpp
+Source := FirstTrigger.cpp Initialization.cpp RuntimeOptimizations.cpp SLI.cpp TraceWriter.cpp UnpackTraceFunction.cpp ValueAllocState.cpp
all ::
@echo "This code assumes an LP64 machine- please ignore ptr cast warnings!"
endif
More information about the llvm-commits
mailing list