commit | 7711c315b294abaa47e3933ec470e04fa5b8ae80 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Fri Nov 03 20:57:10 2017 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Fri Nov 03 20:57:10 2017 +0000 |
tree | 8370f4a1b4fff664dd12ec6be50ce935aedceb4d | |
parent | 352adf2ec9cb3ee1fc07370e4d6b34028dd80bf3 [diff] |
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