Skip to content

Commit ed65602

Browse files
committed
[gn] add a bunch of missing libc++ headers
Ports: * fcaccf8 (mdspan) * 73d94b1 (source_location) * b77e50e (stop_token) * 7cc72a0 (syncstream)
1 parent 8cd7184 commit ed65602

File tree

1 file changed

+4
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ if (current_toolchain == default_toolchain) {
10211021
"locale.h",
10221022
"map",
10231023
"math.h",
1024+
"mdspan",
10241025
"memory",
10251026
"memory_resource",
10261027
"mutex",
@@ -1039,6 +1040,7 @@ if (current_toolchain == default_toolchain) {
10391040
"semaphore",
10401041
"set",
10411042
"shared_mutex",
1043+
"source_location",
10421044
"span",
10431045
"sstream",
10441046
"stack",
@@ -1049,11 +1051,13 @@ if (current_toolchain == default_toolchain) {
10491051
"stdint.h",
10501052
"stdio.h",
10511053
"stdlib.h",
1054+
"stop_token",
10521055
"streambuf",
10531056
"string",
10541057
"string.h",
10551058
"string_view",
10561059
"strstream",
1060+
"syncstream",
10571061
"system_error",
10581062
"tgmath.h",
10591063
"thread",

0 commit comments

Comments
 (0)