From 395439bb22fac0578d48bf88d57c36318926e4ba Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 22 Apr 2007 06:31:35 +0000 Subject: link in bitwriter library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36335 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-as/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-as') 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 -- cgit v1.2.3