summaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-22 06:31:35 +0000
committerChris Lattner <sabre@nondot.org>2007-04-22 06:31:35 +0000
commit395439bb22fac0578d48bf88d57c36318926e4ba (patch)
tree59ac519b3cac180be08698f5369992da252e7c52 /tools/llvm-as
parentb3ca3622bbb75f939173236f4e82e3e9b345630a (diff)
downloadllvm-395439bb22fac0578d48bf88d57c36318926e4ba.tar.gz
llvm-395439bb22fac0578d48bf88d57c36318926e4ba.tar.bz2
llvm-395439bb22fac0578d48bf88d57c36318926e4ba.tar.xz
link in bitwriter library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36335 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index aa64d06667..ce2ab9438a 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-as
-LINK_COMPONENTS := asmparser bcwriter
+LINK_COMPONENTS := asmparser bcwriter bitwriter
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common