diff options
author | John Criswell <criswell@uiuc.edu> | 2006-12-13 16:54:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2006-12-13 16:54:24 +0000 |
commit | e026c070c4e9001c6023a8c14664e68151e0b30f (patch) | |
tree | cd3fc81a9623de44f101b7ad8129476065858703 /tools/bugpoint/Makefile | |
parent | 21a55c9f082848dc0dc4b3294c7b2e5636e73f60 (diff) |
Remove DSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r-- | tools/bugpoint/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |