summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-05-25 23:16:12 +0000
committerReid Kleckner <rnk@google.com>2016-05-25 23:16:12 +0000
commit5d122f872d5bb9164ae58eb5f79bbed2ede3f605 (patch)
tree3b717dd9316fe539e73421ff02ce311fa030f729 /lldb/packages/Python/lldbsuite/test
parentb5d7ff4fa363363aff9f27a216bd72b008089422 (diff)
downloadbcm5719-llvm-5d122f872d5bb9164ae58eb5f79bbed2ede3f605.tar.gz
bcm5719-llvm-5d122f872d5bb9164ae58eb5f79bbed2ede3f605.zip
[codeview] Use comdats for debug info describing comdat functions
Summary: This allows the linker to discard unused symbol information for comdat functions that were discarded during the link. Before this change, searching for the name of an inline function in the debugger would return multiple results, one per symbol subsection in the object file. After this change, there is only one result, the result for the function chosen by the linker. Reviewers: zturner, majnemer Subscribers: aaboud, amccarth, llvm-commits Differential Revision: http://reviews.llvm.org/D20642 llvm-svn: 270792
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud