diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-04-13 17:22:46 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-04-13 17:22:46 +0000 |
commit | 30828467c0f953406a75d6b9b677406fb3205251 (patch) | |
tree | 8276808a762bc4512328de3273f05294e28272bb /examples | |
parent | 87e154c09bbb060a0620bc988d7723bee64fb79c (diff) |
Remove clangIndex reference from clang-interpreter CMake build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/clang-interpreter/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt index 4d5d4bf944..809e324dbe 100644 --- a/examples/clang-interpreter/CMakeLists.txt +++ b/examples/clang-interpreter/CMakeLists.txt @@ -7,7 +7,6 @@ set(LLVM_USED_LIBS clangStaticAnalyzerFrontend clangStaticAnalyzerCheckers clangStaticAnalyzerCore - clangIndex clangAnalysis clangRewrite clangAST |