summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-12-13 16:54:24 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-12-13 16:54:24 +0000
commite026c070c4e9001c6023a8c14664e68151e0b30f (patch)
treecd3fc81a9623de44f101b7ad8129476065858703 /tools
parent21a55c9f082848dc0dc4b3294c7b2e5636e73f60 (diff)
downloadllvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.gz
llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.bz2
llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.xz
Remove DSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/bugpoint/Makefile2
-rw-r--r--tools/opt/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index 4c4aa0cb0c..272f973c2d 100644
--- a/tools/bugpoint/Makefile
+++ b/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/tools/opt/Makefile b/tools/opt/Makefile
index 787136e921..6d11d34d3e 100644
--- a/tools/opt/Makefile
+++ b/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