summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Inputs/instrprof-file_ex.c
Commit message (Collapse)AuthorAgeFilesLines
* [profile] Fix test to bail on failed waitpid in instrprof-file_ex.cVedant Kumar2016-06-091-1/+1
| | | | | | | | This resolves PR28066. Patch by David Binderman! llvm-svn: 272268
* [profile] code cleanup /NFCXinliang David Li2016-06-061-2/+2
| | | | | | | Address review feedback for better readability. llvm-svn: 271922
* [profile] in-process mergeing support (part-2)Xinliang David Li2016-06-061-0/+59
(Part-1 merging API is in profile runtime) This patch implements a portable file opening API with exclusive access for the process. In-process profile merge requires profile file update to be atomic/fully sychronized. llvm-svn: 271864
OpenPOWER on IntegriCloud