From: NAKAMURA Takumi Date: Thu, 16 Oct 2014 00:12:02 +0000 (+0000) Subject: [CMake] clangBasic: Add Core to LINK_COMPONENTS introduced by r219840. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e6a057992f1fba3055e67868110ec9969d9f8ec;p=clang [CMake] clangBasic: Add Core to LINK_COMPONENTS introduced by r219840. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219880 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/CMakeLists.txt b/lib/Basic/CMakeLists.txt index e04417d1cf..2ecbf0aef6 100644 --- a/lib/Basic/CMakeLists.txt +++ b/lib/Basic/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + Core MC Support )