[libcxx-commits] [libcxx] [libc++][test] Migrate _BitInt probe to __BITINT_MAXWIDTH__ and fix latent test bugs (PR #203876)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 18 05:27:25 PDT 2026
================
@@ -76,7 +86,7 @@
#if defined(__apple_build_version__)
// Given AppleClang XX.Y.Z, TEST_APPLE_CLANG_VER is XXYZ (e.g. AppleClang 14.0.3 => 1403)
-#define TEST_APPLE_CLANG_VER (__apple_build_version__ / 10000)
+# define TEST_APPLE_CLANG_VER (__apple_build_version__ / 10000)
----------------
frederick-vs-ja wrote:
@xroche Could you revert formatting changes in these unrelated lines in this PR? CI failures will occur, but perhaps that's acceptable.
https://github.com/llvm/llvm-project/pull/203876
More information about the libcxx-commits
mailing list