Use the new path for coverage related headers and update CMakeLists.txt

Differential Revision: http://reviews.llvm.org/D19612

llvm-svn: 268090
This commit is contained in:
Easwaran Raman 2016-04-29 18:53:16 +00:00
parent dc7071226b
commit b014ee467d
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
BitReader
BitWriter
Core
Coverage
IPO
IRReader
InstCombine

View File

@ -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"