[Lldb-commits] [PATCH] D129783: [lldb] Skip tests using int128 on ARM
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 15 03:29:17 PDT 2022
DavidSpickett added a comment.
> which disabled the test for both 32-bit and 64-bit
That one also runs fine on Linux so probably just overly cautious. I see `lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py` as well, that only disables Arm.
Once your changes have passed the bots I'll enable the test in `TestBuiltinFormats.py` for AArch64 and see what happens.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129783/new/
https://reviews.llvm.org/D129783
More information about the lldb-commits
mailing list