OSDN Git Service

[Profile] PE binary coverage bug fix
authorXinliang David Li <davidxl@google.com>
Thu, 13 Apr 2017 23:37:12 +0000 (23:37 +0000)
committerXinliang David Li <davidxl@google.com>
Thu, 13 Apr 2017 23:37:12 +0000 (23:37 +0000)
commit2fc706bf3c5fc3d4aefdcf28034f3ae99a8a1b68
treeb75119ce86cf80da12794b0f3cd45041b45c21c2
parent0100c808ce5e513ee746be0742191765f1ddc7dd
[Profile] PE binary coverage bug fix

PR/32584

Differential Revision: https://reviews.llvm.org/D32023

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300277 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/Transforms/InstrProfiling.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/ProfileData/Coverage/CoverageMappingReader.cpp
lib/ProfileData/InstrProf.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
test/Instrumentation/InstrProfiling/PR23499.ll
tools/llvm-cov/TestingSupport.cpp