[libc-commits] [libc] [libc] Disable overflow test in strfromtest on riscv32 (PR #166719)
via libc-commits
libc-commits at lists.llvm.org
Thu Nov 6 09:29:41 PST 2025
================
@@ -495,6 +496,16 @@ class StrfromTest : public LIBC_NAMESPACE::testing::ErrnoCheckingTest {
}
};
+// https://github.com/llvm/llvm-project/issues/166795
+#ifndef LIBC_TARGET_ARCH_IS_RISCV32
----------------
lntue wrote:
You can put this `#ifndef` in line 489 instead of modifying the macro definition.
https://github.com/llvm/llvm-project/pull/166719
More information about the libc-commits
mailing list