[llvm-commits] CVS: llvm/lib/Reoptimizer/Makefile
Anand Shukla
ashukla at cs.uiuc.edu
Sun Nov 3 14:53:01 PST 2002
Changes in directory llvm/lib/Reoptimizer:
Makefile updated: 1.7 -> 1.8
---
Log message:
Removed LightWtProfiling from default comilation
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/Makefile
diff -u llvm/lib/Reoptimizer/Makefile:1.7 llvm/lib/Reoptimizer/Makefile:1.8
--- llvm/lib/Reoptimizer/Makefile:1.7 Sat Nov 2 19:43:25 2002
+++ llvm/lib/Reoptimizer/Makefile Sun Nov 3 14:52:39 2002
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = Mapping TraceCache LightWtProfiling
+DIRS = Mapping TraceCache
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list