aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-06-12 22:54:45 +0000
committerChris Lattner <sabre@nondot.org>2010-06-12 22:54:45 +0000
commit746d99132bd05b189766836c393a92a96d019c2b (patch)
tree16f708504e1889cb2ef61e979698323852e9e742 /tools
parentb661eed4d9ee7a8213e7c79afb8675ab92c1c878 (diff)
don't make libclang depend on codegen. Patch by Peter Collingbourne!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/libclang/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt
index 562b17ef01..da28ee9316 100644
--- a/tools/libclang/CMakeLists.txt
+++ b/tools/libclang/CMakeLists.txt
@@ -5,7 +5,6 @@ set(LLVM_NO_RTTI 1)
set(LLVM_USED_LIBS
clangFrontend
clangDriver
- clangCodeGen
clangSema
clangAnalysis
clangAST