[Lldb-commits] [PATCH] D100299: Be lazier about loading .dwo files

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 30 11:47:15 PDT 2021


jankratochvil added a comment.

In D100299#2917250 <https://reviews.llvm.org/D100299#2917250>, @Eric wrote:

> Would it make sense to turn the split-optimized test back into an x86 only test, or just leave it out of the change as it's not actually testing a code path that this changed?

The question is why it fails. I have no idea, do you? Unfortunately I haven't found a ready to use arm32 box, I even bricked `armv7-test01.fedorainfracloud.org` for it. I have started a local arm32 VM and I will try to build LLDB there over weekend and we can decide afterwards. Sometimes the exotic arches surprisingly discover an arch-unspecific bug (I do not think it is this case but who knows).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100299



More information about the lldb-commits mailing list