summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 05:13:17 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 05:13:17 +0000
commitc48e1db2140b3565ef3dea58699a09c5abf36f7f (patch)
tree8ffd0694932559f2f1bfd750d3a3502cee58a074 /tools/llvm-extract/Makefile
parentc1e6d686986f511774e0f46e21d4cd90f734bed1 (diff)
downloadllvm-c48e1db2140b3565ef3dea58699a09c5abf36f7f.tar.gz
llvm-c48e1db2140b3565ef3dea58699a09c5abf36f7f.tar.bz2
llvm-c48e1db2140b3565ef3dea58699a09c5abf36f7f.tar.xz
remove EH cruft, add bitcode support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-extract/Makefile')
-rw-r--r--tools/llvm-extract/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile
index 8efe423a98..51416c6426 100644
--- a/tools/llvm-extract/Makefile
+++ b/tools/llvm-extract/Makefile
@@ -6,10 +6,10 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
TOOLNAME = llvm-extract
-LINK_COMPONENTS := bcreader bcwriter ipo
-REQUIRES_EH := 1
+LINK_COMPONENTS := bcreader bcwriter ipo bitreader bitwriter
include $(LEVEL)/Makefile.common