]> granicus.if.org Git - llvm/commit
GCOV: Move GCOV from IR & Support into ProfileData to fix layering
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 3 Nov 2017 20:57:10 +0000 (20:57 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 3 Nov 2017 20:57:10 +0000 (20:57 +0000)
commit7711c315b294abaa47e3933ec470e04fa5b8ae80
tree8370f4a1b4fff664dd12ec6be50ce935aedceb4d
parent352adf2ec9cb3ee1fc07370e4d6b34028dd80bf3
GCOV: Move GCOV from IR & Support into ProfileData to fix layering

This class was split between libIR and libSupport, which breaks under
modular code generation. Move it into the one library that uses it,
ProfileData, to resolve this issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317366 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/GCOV.h [moved from include/llvm/Support/GCOV.h with 99% similarity]
include/llvm/ProfileData/SampleProfReader.h
lib/IR/CMakeLists.txt
lib/ProfileData/CMakeLists.txt
lib/ProfileData/GCOV.cpp [moved from lib/IR/GCOV.cpp with 99% similarity]
tools/llvm-cov/gcov.cpp