[libcxx-commits] [libcxx] [libc++][test] fix atomic float test CI failure (PR #73364)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 25 08:12:54 PST 2023
================
@@ -13,30 +13,49 @@
import subprocess
import sys
-_isClang = lambda cfg: "__clang__" in compilerMacros(cfg) and "__apple_build_version__" not in compilerMacros(cfg)
+_isClang = lambda cfg: "__clang__" in compilerMacros(
----------------
mordante wrote:
If we want this file formatted with black, can you do that in a separate commit. It's quite hard to see the real changes and the formatting changes.
https://github.com/llvm/llvm-project/pull/73364
More information about the libcxx-commits
mailing list