Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.19 -> 1.20
---
Log message:

Remove DSA.



---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.19 llvm/tools/bugpoint/Makefile:1.20
--- llvm/tools/bugpoint/Makefile:1.19   Mon Sep  4 00:59:09 2006
+++ llvm/tools/bugpoint/Makefile        Wed Dec 13 10:54:08 2006
@@ -11,7 +11,7 @@
 TOOLNAME = bugpoint
 
 LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
-                   datastructure transforms linker
+                   transforms linker
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to