summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-01-06 23:38:41 +0000
committerTeresa Johnson <tejohnson@google.com>2017-01-06 23:38:41 +0000
commit9006d5265136429e81eb9310f2c91892fded06d3 (patch)
tree2037ac7a1153fa2a287ecaad07066213b2b4231f /lldb/packages/Python/lldbsuite/test/python_api/target
parentcffeb54fc989c348b7d1f74c8808edd366cf02ce (diff)
downloadbcm5719-llvm-9006d5265136429e81eb9310f2c91892fded06d3.tar.gz
bcm5719-llvm-9006d5265136429e81eb9310f2c91892fded06d3.zip
[ThinLTO] Handle conflicting local names gracefully
Summary: r285871 introduced an assert that was overly aggressive in the case of a same-named local in different same-named files (in different directories), where the source name and therefore the GUID ended up the same because the files were compiled in their own directory without any leading path. Change the handling in the promotion logic to get the summary for the version in that module. This also exposed an issue where we are not always importing the right copy, which is a performance not correctness issue (because the renaming is based on the module hash which must be different, see the bug report for details). I will fix that as a follow-on. Fixes PR31561. Reviewers: mehdi_amini Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D28411 llvm-svn: 291304
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud