From 03b696376219945d67caffda1995d12e3410f05b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 6 May 2007 05:47:06 +0000 Subject: add bitcode support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36849 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 acafa83..1174148 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -11,7 +11,7 @@ LEVEL = ../.. TOOLNAME = bugpoint LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \ - linker + linker bitreader bitwriter REQUIRES_EH := 1 include $(LEVEL)/Makefile.common -- cgit v1.1