[Lldb-commits] [lldb] [lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (PR #170066)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 1 21:16:20 PST 2025


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


More information about the lldb-commits mailing list