aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-02-25 04:52:01 +0000
committerDouglas Gregor <dgregor@apple.com>2010-02-25 04:52:01 +0000
commitcdfe268463ed743a5c258ed33490371b798733a1 (patch)
tree2ed845b459e8542beb43680c6a5ba040d3a74a56 /lib
parentedc90500b1d2587bf0b698fada14537d6741fddf (diff)
Update CMake makefiles
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Frontend/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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