From: Anton Korobeynikov Date: Sun, 10 Jan 2010 13:06:34 +0000 (+0000) Subject: Try to make cmake happy X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3e27bf71d9f157071ef65258945abe57f49a6a1;p=clang Try to make cmake happy git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93119 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)