[llvm] ed65602 - [gn] add a bunch of missing libc++ headers

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 15:43:25 PST 2023


Author: Nico Weber
Date: 2023-11-28T08:40:19+09:00
New Revision: ed6560240d5b0e2faa993e86d0ded0f5be0c8d19

URL: https://github.com/llvm/llvm-project/commit/ed6560240d5b0e2faa993e86d0ded0f5be0c8d19
DIFF: https://github.com/llvm/llvm-project/commit/ed6560240d5b0e2faa993e86d0ded0f5be0c8d19.diff

LOG: [gn] add a bunch of missing libc++ headers

Ports:
* fcaccf817d31d (mdspan)
* 73d94b1916135 (source_location)
* b77e50e6aef56 (stop_token)
* 7cc72a0a2ec22 (syncstream)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 4a7105f8253234e..c698338792e22be 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1021,6 +1021,7 @@ if (current_toolchain == default_toolchain) {
       "locale.h",
       "map",
       "math.h",
+      "mdspan",
       "memory",
       "memory_resource",
       "mutex",
@@ -1039,6 +1040,7 @@ if (current_toolchain == default_toolchain) {
       "semaphore",
       "set",
       "shared_mutex",
+      "source_location",
       "span",
       "sstream",
       "stack",
@@ -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",


        


More information about the llvm-commits mailing list