[Lldb-commits] [lldb] [lldb][AArch64] Fix Apple M4 on Linux (PR #135563)

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Fri May 16 03:27:52 PDT 2025


mstorsjo wrote:

> > Therefore, this situation should only be an issue with older kernels, so perhaps it not something that regular user mode applications should need to worry about (unless specifically wanting to run with older kernels).
> 
> I will test this PR with an older kernel as well. Would be nice if it works there too.

Did you manage to test things with an older kernel, at least on the level of what hwcaps are presented - to confirm you'd get the inconsistent hwcaps in that case (sve2 enabled, sve1 disabled)?

https://github.com/llvm/llvm-project/pull/135563


More information about the lldb-commits mailing list