libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.

llvm-svn: 214620
This commit is contained in:
NAKAMURA Takumi 2014-08-02 07:24:04 +00:00
parent 3654ce35ae
commit 70cac04c7f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := BitReader Core Option Support
LINK_COMPONENTS := AsmParser BitReader Core MC MCParser Option Support
USEDLIBS = clangIndex.a clangARCMigrate.a \
clangRewriteFrontend.a \
clangFormat.a \