[Lldb-commits] [lldb] [lldb][test][AArch64] Add test for AArch32 compatibility execution (PR #211793)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 24 08:13:52 PDT 2026


DavidSpickett wrote:

Built but did not run in CI:
```
<testcase classname="lldb-api.linux/aarch64/aarch32_compat" name="TestAArch64LinuxAArch32Compat.py" time="0.22">
  <skipped message="Unsupported configuration"/>
</testcase>
```
Which is to be expected I think.
* I expect we don't have an emulator installed.
* IIRC it's Graviton 4 which does not have FEAT_AA32EL0.

I'll check myself next week.

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


More information about the lldb-commits mailing list