[llvm] 085c88c - [gn build] Port 04d3a6be62d3

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 12:43:45 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-12T19:35:52Z
New Revision: 085c88c3ad4a9802fb6ad3d96db4af6d66b4d588

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

LOG: [gn build] Port 04d3a6be62d3

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 b907e661b4e56e..a6d12040074cbd 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -496,6 +496,7 @@ if (current_toolchain == default_toolchain) {
       "__fwd/format.h",
       "__fwd/fstream.h",
       "__fwd/functional.h",
+      "__fwd/get.h",
       "__fwd/ios.h",
       "__fwd/istream.h",
       "__fwd/mdspan.h",
@@ -512,6 +513,7 @@ if (current_toolchain == default_toolchain) {
       "__fwd/string_view.h",
       "__fwd/subrange.h",
       "__fwd/tuple.h",
+      "__fwd/variant.h",
       "__fwd/vector.h",
       "__hash_table",
       "__ios/fpos.h",


        


More information about the llvm-commits mailing list