From: NAKAMURA Takumi Date: Thu, 15 Jan 2015 08:51:01 +0000 (+0000) Subject: [CMake] clangCodeGen: Prune a redundant "Target" out of libdeps. It is supplied by... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e3165feef70cad671d3acce1f0806dd97f7383d;p=clang [CMake] clangCodeGen: Prune a redundant "Target" out of libdeps. It is supplied by Analysis. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226152 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 5a060b3080..18f505d8c5 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -13,7 +13,6 @@ set(LLVM_LINK_COMPONENTS ProfileData ScalarOpts Support - Target TransformUtils )