[Lldb-commits] [PATCH] D124760: [lldb] Fix ppc64 detection in lldb

serge via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 4 00:04:41 PDT 2022


serge-sans-paille added a comment.



In D124760#3488289 <https://reviews.llvm.org/D124760#3488289>, @DavidSpickett wrote:

> I reverted this due to an assert: https://lab.llvm.org/buildbot/#/builders/96/builds/22715/steps/6/logs/stdio (set cmake `LLVM_ENABLE_ASSERTIONS` to `ON`)
>
> I think you could just add PowerPC to the `if (!reg_interface` there but first time looking at the code I'm not sure of the consequences of that.

Thanks @DavidSpickett for the revert. I think we need to implement RegisterInfoPOSIX_ppc64 for Linux... I'll investiagte that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124760/new/

https://reviews.llvm.org/D124760



More information about the lldb-commits mailing list