From: NAKAMURA Takumi Date: Mon, 15 Feb 2016 04:29:36 +0000 (+0000) Subject: clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d53f339e512a2bc4d710c7695f61097a9cc0faed;p=clang clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260874 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt index 7e39e498c8..8f51ccb11e 100644 --- a/lib/Index/CMakeLists.txt +++ b/lib/Index/CMakeLists.txt @@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + Core Support )