[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 02:56:20 PDT 2022


DavidSpickett added a comment.

(in case you aren't familiar when we say "Arm" we mean 32 bit Arm and AArch64 refers to 64 bit, it's not always that way but for this purpose it is)

I couldn't find a statement that AArch64 supports int128 but it will compile (https://godbolt.org/z/j5dqz4os4) and I ran the test locally without issue. Arm for sure doesn't support it.

Unless you saw a test failure on AArch64 as well I'd just disable for Arm. If you did please give me the link I'll see if there's some other aspect to this.


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