diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-01-22 02:17:23 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-01-22 02:17:23 +0000 |
commit | 00270df5175e97951836f4aa721d45c902f4b4ee (patch) | |
tree | abf7afa7a53341f63a74700fc36fe0c212317fe6 /clang/lib/CodeGen/CGException.cpp | |
parent | e71fb5ce05089b9343c6cda9663c214b9c29c52e (diff) | |
download | bcm5719-llvm-00270df5175e97951836f4aa721d45c902f4b4ee.tar.gz bcm5719-llvm-00270df5175e97951836f4aa721d45c902f4b4ee.zip |
InstrProf: Avoid creating profile names for symbols in system headers
We don't emit any coverage mapping for uncovered functions that come
from system headers, but we were creating a GlobalVariable with each
of their names. This is wasteful since the linker will need to dead
strip the unused symbols, and it can lead to issues when merging
coverage with others TUs that do have coverage for those functions.
llvm-svn: 226764
Diffstat (limited to 'clang/lib/CodeGen/CGException.cpp')
0 files changed, 0 insertions, 0 deletions