summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/Inputs/multiple-profdata-merge.proftext
Commit message (Collapse)AuthorAgeFilesLines
* [ProfileData] Fix data racing in merging indexed profilesRong Xu2017-10-051-0/+106
There is data racing to the static variable RecordIndex in index profile reader when merging in multiple threads. Make it a member variable in IndexedInstrProfReader to fix this. Differential Revision: https://reviews.llvm.org/D38431 llvm-svn: 314990
OpenPOWER on IntegriCloud