[llvm] 6ef990c - [gn build] Port 04d4f4b3d4e4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 08:57:36 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-19T16:51:17Z
New Revision: 6ef990c5b6135ffe24f8697caf6630401669efeb

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

LOG: [gn build] Port 04d4f4b3d4e4

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 ecf9bff5646f..c56ae5819295 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -377,6 +377,7 @@ if (current_toolchain == default_toolchain) {
       "__filesystem/u8path.h",
       "__format/buffer.h",
       "__format/concepts.h",
+      "__format/container_adaptor.h",
       "__format/enable_insertable.h",
       "__format/escaped_output_table.h",
       "__format/extended_grapheme_cluster_table.h",


        


More information about the llvm-commits mailing list