[libcxx-commits] [libcxx] [libc++][test] Migrate _BitInt probe to __BITINT_MAXWIDTH__ and fix latent test bugs (PR #203876)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 17 05:38:33 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)
----------------
philnik777 wrote:
Sure, that's fine.
https://github.com/llvm/llvm-project/pull/203876
More information about the libcxx-commits
mailing list