Hi,

This patch removes an unnecessary dependency on clangCodeGen by
libclang that was introduced in r105630.  Together with the patch I
posted elsewhere on this list it fixes "cmake -DBUILD_SHARED_LIBS=ON".

Thanks,
-- 
Peter
>From 82e315b12c4f8d1f35deabda5ff19ab7d707d254 Mon Sep 17 00:00:00 2001
From: Peter Collingbourne <[email protected]>
Date: Sat, 12 Jun 2010 21:23:39 +0100
Subject: [PATCH] Remove unnecessary libclang dependency on clangCodeGen

This patch removes an unnecessary dependency on clangCodeGen by
libclang that was introduced in r105630.  Together with the patch I
posted elsewhere on this list it fixes "cmake -DBUILD_SHARED_LIBS=ON".
---
 tools/libclang/CMakeLists.txt |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/libclang/CMakeLists.txt b/tools/libclang/CMakeLists.txt
index 562b17e..da28ee9 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
-- 
1.6.5

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to