From: Douglas Gregor Date: Thu, 25 Feb 2010 04:52:01 +0000 (+0000) Subject: Update CMake makefiles X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdfe268463ed743a5c258ed33490371b798733a1;p=clang Update CMake makefiles git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97113 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 1d0b5c1204..b69ad9740d 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/lib/Frontend/CMakeLists.txt @@ -5,8 +5,8 @@ add_clang_library(clangFrontend ASTMerge.cpp ASTUnit.cpp AnalysisConsumer.cpp - Backend.cpp CacheTokens.cpp + CodeGenAction.cpp CompilerInstance.cpp CompilerInvocation.cpp DeclXML.cpp