[clang] [compiler-rt] [ubsan] Limit _BitInt ubsan tests to x86-64 platform only (PR #104494)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 15 13:47:18 PDT 2024
================
@@ -1,3 +1,4 @@
+// REQUIRES: x86_64-target-arch
----------------
vitalybuka wrote:
I will disabled for windows as well, please investigate after we fix bots?
https://github.com/llvm/llvm-project/pull/104494
More information about the cfe-commits
mailing list