From: Chris Lattner Date: Sun, 22 Apr 2007 06:31:35 +0000 (+0000) Subject: link in bitwriter library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=395439bb22fac0578d48bf88d57c36318926e4ba;p=oota-llvm.git link in bitwriter library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36335 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index aa64d066674..ce2ab9438a5 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