diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-22 06:31:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-22 06:31:35 +0000 |
commit | 395439bb22fac0578d48bf88d57c36318926e4ba (patch) | |
tree | 59ac519b3cac180be08698f5369992da252e7c52 /tools/llvm-as | |
parent | b3ca3622bbb75f939173236f4e82e3e9b345630a (diff) |
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/Makefile | 2 |
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 |