DavidSpickett wrote: > This is an interesting question. I think that there are already some aarch64 > based chip, like [this](https://en.wikichip.org/wiki/cavium/thunderx2), does > not support running arm32 naturally.
The userspace part of this is called `FEAT_AA32EL0` and yes, it's been optional for a long time and becoming more common for it to not be present. https://github.com/llvm/llvm-project/pull/162811 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
