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

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



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.19 -> 1.19.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/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.19 llvm/tools/bugpoint/Makefile:1.19.4.1
--- llvm/tools/bugpoint/Makefile:1.19	Mon Sep  4 00:59:09 2006
+++ llvm/tools/bugpoint/Makefile	Thu Jan 11 16:44:00 2007
@@ -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






More information about the llvm-commits mailing list