From: David Blaikie Date: Mon, 4 Aug 2014 18:59:39 +0000 (+0000) Subject: Add CoverageMappingGen.cpp (introduced in r214752) to CMakeLists.txt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7f3049557bfc5c4fb39a357e036fb49fcef041f;p=clang Add CoverageMappingGen.cpp (introduced in r214752) to CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214758 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index abf0dc6096..4ebdcc6fc2 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -57,6 +57,7 @@ add_clang_library(clangCodeGen CodeGenPGO.cpp CodeGenTBAA.cpp CodeGenTypes.cpp + CoverageMappingGen.cpp ItaniumCXXABI.cpp MicrosoftCXXABI.cpp ModuleBuilder.cpp