diff options
author | Reid Kleckner <rnk@google.com> | 2019-09-26 18:13:19 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-09-26 18:13:19 +0000 |
commit | e440d23195f772d5f8186fdd7a0c08808f432a94 (patch) | |
tree | f178358b55e8b9fac72b5f74ac816b9e0e6664fb /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 2fce1137c7c227f40edbb657c484797addba38ca (diff) | |
download | bcm5719-llvm-e440d23195f772d5f8186fdd7a0c08808f432a94.tar.gz bcm5719-llvm-e440d23195f772d5f8186fdd7a0c08808f432a94.zip |
Only pass -coverage-notes-file when emitting coverage
The only functional change here is that -coverage-notes-file is not
passed to -cc1 in some situations.
This code appears to be trying to put the gcno and gcda output next to
the final object file, but it's doing that in a really convoluted way
that needs to be re-examined. It looks for -c or -S in the original
command, and then looks at the -o argument if present in order to handle
the -fno-integrated-as case. However, this doesn't work if this is a
link command with multiple inputs. I looked into fixing this, but the
check-profile test suite has a lot of dependencies on this behavior, so
I left it all alone.
llvm-svn: 373004
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions