From e026c070c4e9001c6023a8c14664e68151e0b30f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 13 Dec 2006 16:54:24 +0000 Subject: Remove DSA. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32542 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bugpoint/Makefile') 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 -- cgit v1.2.3