this depends on the bitcode reader, since it is using it.

llvm-svn: 172905
This commit is contained in:
Chris Lattner 2013-01-19 18:24:13 +00:00
parent 59c3abc6ef
commit 5b313e7b2a
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
bitreader
mc
)

View File

@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
USEDLIBS = clangFrontend.a clangDriver.a \
clangTooling.a \
clangSerialization.a \