summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 05:47:06 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 05:47:06 +0000
commit03b696376219945d67caffda1995d12e3410f05b (patch)
tree8ea1373739d0fa82791130f9e878819a0b1601e5 /tools/bugpoint/Makefile
parente3c55a52f888701c9003fb4bacd866fda06ae113 (diff)
downloadllvm-03b696376219945d67caffda1995d12e3410f05b.tar.gz
llvm-03b696376219945d67caffda1995d12e3410f05b.tar.bz2
llvm-03b696376219945d67caffda1995d12e3410f05b.tar.xz
add bitcode support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r--tools/bugpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index acafa838d0..11741480dd 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