jasonmolenda wrote: > > > I built & ran the testsuite on macOS and on aarch64-Ubuntu (thanks for > > > getting the Linux testsuite to run on SME-only systems David). > > > > > > Good to know. Do you know what Linux kernel version you were using? > > Ubuntu 25.10, running in a VM on my M4 mac. I did a simple cmake + ninja > check-lldb with no issues.
Ah, worth noting that I was using qemu as the VM instead of macOS' Virutalization.framework; it may be that the SME was not properly seen in the guest OS when running under qemu. Normally on our work desktops we use a front-end that uses the built-in Virtualization.framework and does give access to SME; I was doing this from my personal computer at home at the time. https://github.com/llvm/llvm-project/pull/170066 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
