diff options
author | Marco Castelluccio <mcastelluccio@mozilla.com> | 2018-11-27 17:31:08 +0000 |
---|---|---|
committer | Marco Castelluccio <mcastelluccio@mozilla.com> | 2018-11-27 17:31:08 +0000 |
commit | 9123bfddd7a0aa5a1c4f6184d2f668e531e24c00 (patch) | |
tree | 91cc4e7bc994863f8f9ab77f46c61b1ea0532cf5 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 1b2ead17d6292e6813f9a934f4f62d65f171964d (diff) | |
download | bcm5719-llvm-9123bfddd7a0aa5a1c4f6184d2f668e531e24c00.tar.gz bcm5719-llvm-9123bfddd7a0aa5a1c4f6184d2f668e531e24c00.zip |
Fix linker option for -fprofile-arcs -ftest-coverage
Summary:
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 file while an application built with "-fprofile-arcs -ftest-coverage" is running.
Reviewers: calixte, marco-c, sylvestre.ledru
Reviewed By: marco-c
Subscribers: vsk, cfe-commits
Differential Revision: https://reviews.llvm.org/D54195
llvm-svn: 347677
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions