We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd60ba commit 65ab33fCopy full SHA for 65ab33f
libcxx/test/configs/armv7m-picolibc-libc++.cfg.in
@@ -7,7 +7,7 @@ config.substitutions.append(('%{flags}', '--sysroot=@CMAKE_INSTALL_PREFIX@'))
7
config.substitutions.append(('%{compile_flags}',
8
'-nostdinc++ -I %{include-dir} -I %{target-include-dir} -I %{libcxx-dir}/test/support'
9
10
- # Disable warnings in tye <atomic> implementation:
+ # Disable warnings in the <atomic> implementation:
11
# "large atomic operation may incur significant performance penalty; the
12
# access size (4 bytes) exceeds the max lock-free size (0 bytes)"
13
' -Wno-atomic-alignment'
0 commit comments