summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2007-01-11 22:44:01 +0000
committerJohn Criswell <criswell@uiuc.edu>2007-01-11 22:44:01 +0000
commit35c6443de82cef770b4cd5c0e1627c7fe8ffc6d9 (patch)
tree5978c2a23d9f5a636646559cc1a76c09ffb5fe0e
parent779fb7f999ad097214a08e1e96ff58f563643fea (diff)
downloadllvm-35c6443de82cef770b4cd5c0e1627c7fe8ffc6d9.tar.gz
Remove DSA from release_19 tools.
llvm-svn: 33090
-rw-r--r--llvm/tools/bugpoint/Makefile2
-rw-r--r--llvm/tools/opt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile
index 4c4aa0cb0cea..272f973c2d9a 100644
--- a/llvm/tools/bugpoint/Makefile
+++ b/llvm/tools/bugpoint/Makefile
@@ -11,7 +11,7 @@ LEVEL = ../..
TOOLNAME = bugpoint
LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
- datastructure transforms linker
+ transforms linker
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile
index 787136e92198..6d11d34d3ea3 100644
--- a/llvm/tools/opt/Makefile
+++ b/llvm/tools/opt/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = opt
REQUIRES_EH := 1
LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \
- datastructure transforms
+ transforms
include $(LEVEL)/Makefile.common