[llvm-commits] CVS: llvm/tools/opt/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Dec 13 08:54:26 PST 2006
Changes in directory llvm/tools/opt:
Makefile updated: 1.59 -> 1.60
---
Log message:
Remove DSA.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.59 llvm/tools/opt/Makefile:1.60
--- llvm/tools/opt/Makefile:1.59 Mon Sep 4 00:59:09 2006
+++ llvm/tools/opt/Makefile Wed Dec 13 10:54:05 2006
@@ -11,6 +11,6 @@
REQUIRES_EH := 1
LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \
- datastructure transforms
+ transforms
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list