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:
ridwanabdillahi 2022-08-10 09:16:20 -07:00
parent 20ffea6938
commit 100882296e
4 changed files with 34 additions and 2 deletions

View file

@ -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,