1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 07:37:34 +00:00

link in bitwriter library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-22 06:31:35 +00:00
parent b3ca3622bb
commit 395439bb22

@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-as
LINK_COMPONENTS := asmparser bcwriter
LINK_COMPONENTS := asmparser bcwriter bitwriter
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common