[PATCH] D19612: Use the new path for coverage related headers and update CMakeLists.txt
Easwaran Raman via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 29 11:59:11 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL268090: Use the new path for coverage related headers and update CMakeLists.txt (authored by eraman).
Changed prior to commit:
http://reviews.llvm.org/D19612?vs=55279&id=55643#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19612
Files:
cfe/trunk/lib/CodeGen/CMakeLists.txt
cfe/trunk/lib/CodeGen/CoverageMappingGen.cpp
Index: cfe/trunk/lib/CodeGen/CMakeLists.txt
===================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt
@@ -3,6 +3,7 @@
BitReader
BitWriter
Core
+ Coverage
IPO
IRReader
InstCombine
Index: cfe/trunk/lib/CodeGen/CoverageMappingGen.cpp
===================================================================
--- cfe/trunk/lib/CodeGen/CoverageMappingGen.cpp
+++ cfe/trunk/lib/CodeGen/CoverageMappingGen.cpp
@@ -18,9 +18,9 @@
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Optional.h"
-#include "llvm/ProfileData/CoverageMapping.h"
-#include "llvm/ProfileData/CoverageMappingReader.h"
-#include "llvm/ProfileData/CoverageMappingWriter.h"
+#include "llvm/ProfileData/Coverage/CoverageMapping.h"
+#include "llvm/ProfileData/Coverage/CoverageMappingReader.h"
+#include "llvm/ProfileData/Coverage/CoverageMappingWriter.h"
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/Support/FileSystem.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19612.55643.patch
Type: text/x-patch
Size: 1046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160429/f8ed3834/attachment-0001.bin>
More information about the cfe-commits
mailing list