[Lldb-commits] [lldb] [LLDB, x86, FreeBSD] Fix Architecture parsing by reading the ELF header. (PR #162811)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 10 08:12:04 PDT 2025
DavidSpickett wrote:
My impression is that 32-bit executables are much more common on x86. To the point where there are standard flags like `-m32`, which we do not have for AArch64/AArch32.
https://github.com/llvm/llvm-project/pull/162811
More information about the lldb-commits
mailing list