Skip to content
Snippets Groups Projects
Commit 52c8d865 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's...

libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214617 91177308-0d34-0410-b5e6-96231b3b80d8
parent e8ce3ba3
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1 ...@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1 SHARED_LIBRARY = 1
include $(CLANG_LEVEL)/../../Makefile.config include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := BitReader Core Support LINK_COMPONENTS := AsmParser BitReader Core MC Support Option
USEDLIBS = clangIndex.a clangARCMigrate.a \ USEDLIBS = clangIndex.a clangARCMigrate.a \
clangRewriteFrontend.a \ clangRewriteFrontend.a \
clangFormat.a \ clangFormat.a \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment