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 0bb7bd4 commit 70e343bCopy full SHA for 70e343b
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -284,11 +284,13 @@ if (current_toolchain == default_toolchain) {
284
"__atomic/atomic_sync.h",
285
"__atomic/check_memory_order.h",
286
"__atomic/contention_t.h",
287
- "__atomic/cxx_atomic_impl.h",
288
"__atomic/fence.h",
289
"__atomic/is_always_lock_free.h",
290
"__atomic/kill_dependency.h",
291
"__atomic/memory_order.h",
+ "__atomic/support.h",
292
+ "__atomic/support/c11.h",
293
+ "__atomic/support/gcc.h",
294
"__atomic/to_gcc_order.h",
295
"__bit/bit_cast.h",
296
"__bit/bit_ceil.h",
0 commit comments