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 a860e89 commit 7ee5112Copy full SHA for 7ee5112
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -289,7 +289,6 @@ if (current_toolchain == default_toolchain) {
289
"__atomic/kill_dependency.h",
290
"__atomic/memory_order.h",
291
"__atomic/to_gcc_order.h",
292
- "__availability",
293
"__bit/bit_cast.h",
294
"__bit/bit_ceil.h",
295
"__bit/bit_floor.h",
@@ -385,7 +384,9 @@ if (current_toolchain == default_toolchain) {
385
384
"__condition_variable/condition_variable.h",
386
"__config",
387
"__configuration/abi.h",
+ "__configuration/availability.h",
388
"__configuration/compiler.h",
389
+ "__configuration/language.h",
390
"__configuration/platform.h",
391
"__coroutine/coroutine_handle.h",
392
"__coroutine/coroutine_traits.h",
0 commit comments