Skip to content

Commit 7ee5112

Browse files
committed
[gn build] Port 04f01a2
1 parent a860e89 commit 7ee5112

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+2
-1
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ if (current_toolchain == default_toolchain) {
289289
"__atomic/kill_dependency.h",
290290
"__atomic/memory_order.h",
291291
"__atomic/to_gcc_order.h",
292-
"__availability",
293292
"__bit/bit_cast.h",
294293
"__bit/bit_ceil.h",
295294
"__bit/bit_floor.h",
@@ -385,7 +384,9 @@ if (current_toolchain == default_toolchain) {
385384
"__condition_variable/condition_variable.h",
386385
"__config",
387386
"__configuration/abi.h",
387+
"__configuration/availability.h",
388388
"__configuration/compiler.h",
389+
"__configuration/language.h",
389390
"__configuration/platform.h",
390391
"__coroutine/coroutine_handle.h",
391392
"__coroutine/coroutine_traits.h",

0 commit comments

Comments
 (0)