[Lldb-commits] [lldb] [lldb] Fix dynamic type resolutions for core files (PR #138698)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 06:46:46 PDT 2025
labath wrote:
@DavidSpickett, I am confused by the error on this arm builder: https://lab.llvm.org/buildbot/#/builders/18/builds/15619
It says arm is not supported, but I think that error message is coming from [here](https://github.com/llvm/llvm-project/blob/3feb8b42e973f935883bc9e779645ecdae1a586d/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp#L168), and that switch has a `llvm::Triple::ArchType::arm` case. Do you know how this could fire? Is it one of those `armebv7.92+polka_dots` triples that's throwing it off somehow?
https://github.com/llvm/llvm-project/pull/138698
More information about the lldb-commits
mailing list