[Lldb-commits] [lldb] [LLDB, x86, FreeBSD] Fix Architecture parsing by reading the ELF header. (PR #162811)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 10 07:52:01 PDT 2025
aokblast wrote:
> FEAT_AA32EL0
Wow. thanks for your link! I am curious that do arm guys treat these models specially? Like have special ubuntu release without 32bit sysroots? I don't discover any FEAT_AA32EL0 string in LLVM so it might not be toolchain to have special arch triple to support it. Or arm just run it normally and let the kernel trap when running 32bit code.
https://github.com/llvm/llvm-project/pull/162811
More information about the lldb-commits
mailing list