r329477 - Make CodeGen depend just once on clangAnalysis.

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 6 20:29:47 PDT 2018


Author: nico
Date: Fri Apr  6 20:29:47 2018
New Revision: 329477

URL: http://llvm.org/viewvc/llvm-project?rev=329477&view=rev
Log:
Make CodeGen depend just once on clangAnalysis.

Modified:
    cfe/trunk/lib/CodeGen/CMakeLists.txt

Modified: cfe/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CMakeLists.txt?rev=329477&r1=329476&r2=329477&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt Fri Apr  6 20:29:47 2018
@@ -94,7 +94,6 @@ add_clang_library(clangCodeGen
   LINK_LIBS
   clangAnalysis
   clangAST
-  clangAnalysis
   clangBasic
   clangFrontend
   clangLex




More information about the cfe-commits mailing list