diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 05:47:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 05:47:06 +0000 |
commit | 03b696376219945d67caffda1995d12e3410f05b (patch) | |
tree | 8ea1373739d0fa82791130f9e878819a0b1601e5 /tools/bugpoint/Makefile | |
parent | e3c55a52f888701c9003fb4bacd866fda06ae113 (diff) | |
download | external_llvm-03b696376219945d67caffda1995d12e3410f05b.zip external_llvm-03b696376219945d67caffda1995d12e3410f05b.tar.gz external_llvm-03b696376219945d67caffda1995d12e3410f05b.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |