Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Reland with changes) Adding a function for setting coverage output file. | Sajjad Mirza | 2019-06-24 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | Summary: User code can open a file on its own and pass it to the runtime, rather than specifying a name and having the runtime open the file. This supports the use case where a process cannot open a file on its own but can receive a file descriptor from another process. Relanding https://reviews.llvm.org/D62541. The original revision unlocked the file before calling flush, this revision fixes that. Reviewers: Dor1s, davidxl Reviewed By: Dor1s Subscribers: #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D63581 llvm-svn: 364231 | ||||
* | Revert r362676 "[Profile]: Add runtime interface to specify file handle for ↵ | Hans Wennborg | 2019-06-12 | 1 | -31/+0 |
| | | | | | | | | | | | | | | | profile data." This caused instrumented Clang to become crashy. See llvm-commits thread for repro steps. This also reverts follow-up r362716 which added test cases. > Author: Sajjad Mirza > > Differential Revision: http://reviews.llvm.org/D62541 llvm-svn: 363134 | ||||
* | [Profile]: Add runtime interface to specify file handle for profile data ↵ | Xinliang David Li | 2019-06-06 | 1 | -0/+31 |
(Part-II) Test cases Author: Sajjad Mirza Differential Revision: http://reviews.llvm.org/D62541 llvm-svn: 362716 |