Linux toolchain accidentally added "-ullvm_runtime_variable" when "-fprofile-arcs -ftest-coverage", this is not added when "--coverage" option is used.
Using "-ullvm_runtime_variable" generates an empty default.profraw file while an application built with "-fprofile-arcs -ftest-coverage" is running.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Thanks for the patch. Would you mind uploading a diff with additional context (e.g. git diff -U10000)? Phab doesn't render it.
Comment Actions
@jessicah Please ping this review if you need someone to commit this patch on your behalf.
Comment Actions
I don't have commit permission to Clang review, can somebody commit this for me? Thanks, Jessica
Could you add a test for --coverage too?