summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/multiple-profdata-merge.test
Commit message (Collapse)AuthorAgeFilesLines
* [ProfileData] Fix data racing in merging indexed profilesRong Xu2017-10-051-0/+11
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