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

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 3 06:31:43 PDT 2022


DavidSpickett added a comment.

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.


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