forked from OSchip/llvm-project
libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.
llvm-svn: 214620
This commit is contained in:
parent
3654ce35ae
commit
70cac04c7f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue