[libcxx-commits] [libcxx] [libc++] Extract a clean base support API for std::atomic (PR #118129)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Dec 7 04:22:08 PST 2024
================
@@ -7,7 +7,7 @@ config.substitutions.append(('%{flags}', '--sysroot=@CMAKE_INSTALL_PREFIX@'))
config.substitutions.append(('%{compile_flags}',
'-nostdinc++ -I %{include-dir} -I %{target-include-dir} -I %{libcxx-dir}/test/support'
- # Disable warnings in cxx_atomic_impl.h:
+ # Disable warnings in tye <atomic> implementation:
----------------
huixie90 wrote:
tye -> the
https://github.com/llvm/llvm-project/pull/118129
More information about the libcxx-commits
mailing list