[llvm-commits] CVS: llvm/tools/bugpoint/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Dec 13 08:54:27 PST 2006
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
More information about the llvm-commits
mailing list