Support for remapping profile data when symbols change, for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Oct 2018 21:09:37 +0000 (21:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Oct 2018 21:09:37 +0000 (21:09 +0000)
commitceed4eb13d406821ca729a5566aaa19836010cec
tree8e55ef54a49d2cedaf3039d20150c4fdab8bbc91
parentc0b28d55a7f578db6023c8d8856d98293ea76ce4
Support for remapping profile data when symbols change, for
instrumentation-based profiling.

Reviewers: davidxl, tejohnson, dlj, erik.pilkington

Subscribers: llvm-commits

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

llvm-svn: 344184
llvm/include/llvm/ProfileData/InstrProfReader.h
llvm/lib/ProfileData/InstrProfReader.cpp
llvm/unittests/ProfileData/InstrProfTest.cpp