Support for remapping profile data when symbols change, for sample-based
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Oct 2018 21:31:01 +0000 (21:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Oct 2018 21:31:01 +0000 (21:31 +0000)
commit2843635829c21e9606988429697c875c1667d62f
tree0a019554e09e3949d66e6534e3559aedf0d3269a
parent6ef8002c2ce4cb1120d42dcfbaa13b8baecc7c8b
Support for remapping profile data when symbols change, for sample-based
profiling.

Reviewers: davidxl, tejohnson, dlj, erik.pilkington

Subscribers: llvm-commits

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

llvm-svn: 344187
llvm/include/llvm/ProfileData/SampleProfReader.h
llvm/lib/ProfileData/SampleProfReader.cpp
llvm/unittests/ProfileData/SampleProfTest.cpp