Add support for generating unique *.profraw files by default when using the -C instrument-coverage
flag.
Respond to PR comments.
This commit is contained in:
parent
20ffea6938
commit
100882296e
4 changed files with 34 additions and 2 deletions
|
@ -2347,6 +2347,7 @@ extern "C" {
|
|||
PGOGenPath: *const c_char,
|
||||
PGOUsePath: *const c_char,
|
||||
InstrumentCoverage: bool,
|
||||
InstrProfileOutput: *const c_char,
|
||||
InstrumentGCOV: bool,
|
||||
PGOSampleUsePath: *const c_char,
|
||||
DebugInfoForProfiling: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue