From: NAKAMURA Takumi Date: Sat, 2 Aug 2014 06:58:39 +0000 (+0000) Subject: libclang: Update LINK_COMPONENTS. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8ce3ba3a4d9a0b763a4aef40a7dd14e853a4a95;p=clang libclang: Update LINK_COMPONENTS. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214616 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt index e7ab63f7b9..5237b57cf2 100644 --- a/tools/libclang/CMakeLists.txt +++ b/tools/libclang/CMakeLists.txt @@ -87,6 +87,7 @@ add_clang_library(libclang ${ENABLE_SHARED} ${ENABLE_STATIC} LINK_COMPONENTS BitReader + Core Support ) diff --git a/tools/libclang/Makefile b/tools/libclang/Makefile index db3d4f8624..134735826e 100644 --- a/tools/libclang/Makefile +++ b/tools/libclang/Makefile @@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1 SHARED_LIBRARY = 1 include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +LINK_COMPONENTS := BitReader Core Support USEDLIBS = clangIndex.a clangARCMigrate.a \ clangRewriteFrontend.a \ clangFormat.a \