[llvm-commits] [release_19] CVS: llvm/tools/opt/Makefile

John Criswell criswell at cs.uiuc.edu
Thu Jan 11 14:44:16 PST 2007



Changes in directory llvm/tools/opt:

Makefile updated: 1.59 -> 1.59.4.1
---
Log message:

Remove DSA from release_19 tools.



---
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.59.4.1
--- llvm/tools/opt/Makefile:1.59	Mon Sep  4 00:59:09 2006
+++ llvm/tools/opt/Makefile	Thu Jan 11 16:44:01 2007
@@ -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