summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-04-13 17:22:46 +0000
committerDouglas Gregor <dgregor@apple.com>2012-04-13 17:22:46 +0000
commit30828467c0f953406a75d6b9b677406fb3205251 (patch)
tree8276808a762bc4512328de3273f05294e28272bb /examples
parent87e154c09bbb060a0620bc988d7723bee64fb79c (diff)
downloadclang-30828467c0f953406a75d6b9b677406fb3205251.tar.gz
clang-30828467c0f953406a75d6b9b677406fb3205251.tar.bz2
clang-30828467c0f953406a75d6b9b677406fb3205251.tar.xz
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.txt1
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