Skip to content

Commit

Permalink
[gn] add a bunch of missing libc++ headers
Browse files Browse the repository at this point in the history
Ports:
* fcaccf8 (mdspan)
* 73d94b1 (source_location)
* b77e50e (stop_token)
* 7cc72a0 (syncstream)
  • Loading branch information
nico committed Nov 27, 2023
1 parent 8cd7184 commit ed65602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ if (current_toolchain == default_toolchain) {
"locale.h",
"map",
"math.h",
"mdspan",
"memory",
"memory_resource",
"mutex",
Expand All @@ -1039,6 +1040,7 @@ if (current_toolchain == default_toolchain) {
"semaphore",
"set",
"shared_mutex",
"source_location",
"span",
"sstream",
"stack",
Expand All @@ -1049,11 +1051,13 @@ if (current_toolchain == default_toolchain) {
"stdint.h",
"stdio.h",
"stdlib.h",
"stop_token",
"streambuf",
"string",
"string.h",
"string_view",
"strstream",
"syncstream",
"system_error",
"tgmath.h",
"thread",
Expand Down

0 comments on commit ed65602

Please sign in to comment.