[PATCH] D63581: (Reland with changes) Adding a function for setting coverage output file.
Sajjad Mirza via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 17:06:43 PDT 2019
sajjadm created this revision.
sajjadm added reviewers: Dor1s, davidxl.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63581
Files:
compiler-rt/lib/profile/InstrProfiling.h
compiler-rt/lib/profile/InstrProfilingFile.c
compiler-rt/lib/profile/InstrProfilingUtil.c
compiler-rt/lib/profile/InstrProfilingUtil.h
compiler-rt/test/profile/instrprof-set-file-object-merging.c
compiler-rt/test/profile/instrprof-set-file-object.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63581.205716.patch
Type: text/x-patch
Size: 10298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/36be50c6/attachment.bin>
More information about the llvm-commits
mailing list