From 86204b21e98b9d73b9ab381c87862837d2357082 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 16 Oct 2014 00:12:02 +0000 Subject: [PATCH] [CMake] clangBasic: Add Core to LINK_COMPONENTS introduced by r219840. llvm-svn: 219880 --- clang/lib/Basic/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt index e04417d1cf56..2ecbf0aef670 100644 --- a/clang/lib/Basic/CMakeLists.txt +++ b/clang/lib/Basic/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + Core MC Support )