]> granicus.if.org Git - clang/commit
NewPM: Improve/fix GCOV - which needs to run early in the pass pipeline.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 23 Jan 2018 01:25:24 +0000 (01:25 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 23 Jan 2018 01:25:24 +0000 (01:25 +0000)
commit585dd5da50ee48bdb93b6cae96ad4e0ab36a2b93
tree47946142290b89644b5aadf94beb6404f7bb0513
parent00c472cb9e3831ea5afaaa3786f41404dc5303f4
NewPM: Improve/fix GCOV - which needs to run early in the pass pipeline.

Using a new extension point in the new PM, register GCOV at the start of
the pipeline rather than the end.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323167 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
test/CodeGen/code-coverage.c