aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-01-10 13:06:34 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-01-10 13:06:34 +0000
commitf3e27bf71d9f157071ef65258945abe57f49a6a1 (patch)
tree6db5194695aad13e71b9451435c42cb4cc4d3521
parent82d0a418c8699fc6f4a9417457ffe93d43bba1c1 (diff)
Try to make cmake happy
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93119 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/CMakeLists.txt2
-rw-r--r--lib/Sema/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 3c26484740..45469d39e4 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -29,5 +29,5 @@ add_clang_library(clangCodeGen
CodeGenTypes.cpp
Mangle.cpp
ModuleBuilder.cpp
- TargetABIInfo.cpp
+ TargetInfo.cpp
)
diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt
index fd3265d874..5be6712c83 100644
--- a/lib/Sema/CMakeLists.txt
+++ b/lib/Sema/CMakeLists.txt
@@ -29,6 +29,7 @@ add_clang_library(clangSema
SemaTemplateInstantiate.cpp
SemaTemplateInstantiateDecl.cpp
SemaType.cpp
+ TargetAttributesSema.cpp
)
add_dependencies(clangSema ClangDiagnosticSema)