summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2024-03-29 11:12:23 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2024-03-29 11:12:23 +0000
commit1403cf67a628712bddbe0055161ec68c7ebb468d (patch)
tree52f0b88377a67416eebfa384dc37bc2a1c527ce0
parent131be5de90dac9f54a8213a1aab66a75c62890ec (diff)
[gn build] Port 316634ff5925
-rw-r--r--llvm/utils/gn/secondary/libcxx/include/BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index ac111f902513..8a2ab18bf953 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -500,22 +500,27 @@ if (current_toolchain == default_toolchain) {
"__fwd/array.h",
"__fwd/bit_reference.h",
"__fwd/complex.h",
+ "__fwd/deque.h",
"__fwd/format.h",
"__fwd/fstream.h",
"__fwd/functional.h",
"__fwd/ios.h",
"__fwd/istream.h",
"__fwd/mdspan.h",
+ "__fwd/memory.h",
"__fwd/memory_resource.h",
"__fwd/ostream.h",
"__fwd/pair.h",
+ "__fwd/queue.h",
"__fwd/span.h",
"__fwd/sstream.h",
+ "__fwd/stack.h",
"__fwd/streambuf.h",
"__fwd/string.h",
"__fwd/string_view.h",
"__fwd/subrange.h",
"__fwd/tuple.h",
+ "__fwd/vector.h",
"__hash_table",
"__ios/fpos.h",
"__iterator/access.h",