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 7630775 commit fd1e511Copy full SHA for fd1e511
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -294,6 +294,7 @@ if (current_toolchain == default_toolchain) {
294
"__atomic/atomic_flag.h",
295
"__atomic/atomic_init.h",
296
"__atomic/atomic_lock_free.h",
297
+ "__atomic/atomic_ref.h",
298
"__atomic/atomic_sync.h",
299
"__atomic/check_memory_order.h",
300
"__atomic/contention_t.h",
@@ -302,6 +303,7 @@ if (current_toolchain == default_toolchain) {
302
303
"__atomic/is_always_lock_free.h",
304
"__atomic/kill_dependency.h",
305
"__atomic/memory_order.h",
306
+ "__atomic/to_gcc_order.h",
307
"__availability",
308
"__bit/bit_cast.h",
309
"__bit/bit_ceil.h",
0 commit comments