jessicah created this revision.
Herald added a subscriber: cfe-commits.
Linux toolchain accidentally added "-u__llvm_runtime_variable" when
"-fprofile-arcs -ftest-coverage", this is not added when "--coverage" option is
used.
Using "-u__llvm_runtime_variable" generates an empty default.profraw f
jessicah updated this revision to Diff 173209.
jessicah added a comment.
Updated diff with additional context upon review comments.
Repository:
rC Clang
https://reviews.llvm.org/D54195
Files:
lib/Driver/ToolChains/Linux.cpp
test/Driver/clang_f_opts.c
Index: test/Driver/clang_f_opts.c
=
jessicah updated this revision to Diff 174076.
jessicah added a comment.
Update test case for "--coverage" upon review comments.
Repository:
rC Clang
https://reviews.llvm.org/D54195
Files:
lib/Driver/ToolChains/Linux.cpp
test/Driver/clang_f_opts.c
Index: test/Driver/clang_f_opts.c
jessicah added a comment.
I don't have commit permission to Clang review, can somebody commit this for
me? Thanks, Jessica
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54195/new/
https://reviews.llvm.org/D54195
___