diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-02-15 04:29:36 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-02-15 04:29:36 +0000 |
commit | d53f339e512a2bc4d710c7695f61097a9cc0faed (patch) | |
tree | ff830fee2a8d7aca505837ab8321e0e103fbdfae | |
parent | 8d73f3b19e77b34eed36f13817eb966e9dad2bb5 (diff) | |
download | clang-d53f339e512a2bc4d710c7695f61097a9cc0faed.tar.gz |
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
-rw-r--r-- | lib/Index/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |