[PATCH] D68620: DebugInfo: Use base address selection entries for debug_loc
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 11:17:22 PDT 2019
labath added a comment.
In D68620#1709851 <https://reviews.llvm.org/D68620#1709851>, @stella.stamenova wrote:
> I haven't fully debugged this, but it looks like this change caused a failure on the Windows LLDB bot. There was already another failure, so you probably didn't get an email:
>
> http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/9772
BTW, there were some failures on linux after this patch too, caused by lldb's incomplete support for base address selection entries. r374769 was enough to fix the failures I was seeing on linux, with the location parsing being as scattered as it is, it is possible I did not catch all cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68620/new/
https://reviews.llvm.org/D68620
More information about the llvm-commits
mailing list