[llvm] 621a615 - [gn build] Port 0922ce56f4f0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 10:54:11 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-09-01T17:49:53Z
New Revision: 621a615372205d6abeb65fb0c6b338890fd500d3

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

LOG: [gn build] Port 0922ce56f4f0

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 d8a0310f0d3dc..79dadbca512a8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -186,7 +186,11 @@ if (current_toolchain == default_toolchain) {
       "__config",
       "__debug",
       "__errc",
+      "__format/format_arg.h",
+      "__format/format_args.h",
+      "__format/format_context.h",
       "__format/format_error.h",
+      "__format/format_fwd.h",
       "__format/format_parse_context.h",
       "__function_like.h",
       "__functional/binary_function.h",


        


More information about the llvm-commits mailing list