[llvm] 6c8e80c - [gn build] Port 3e9689d72cdf

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 08:15:52 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-10-07T15:11:38Z
New Revision: 6c8e80c3c2ae9d6158889add1ae4b0dc8d5823c4

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

LOG: [gn build] Port 3e9689d72cdf

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 9351b5218848..340ec67430ff 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -198,6 +198,8 @@ if (current_toolchain == default_toolchain) {
       "__format/format_parse_context.h",
       "__format/format_string.h",
       "__format/formatter.h",
+      "__format/formatter_integer.h",
+      "__format/formatter_integral.h",
       "__format/formatter_string.h",
       "__format/parser_std_format_spec.h",
       "__function_like.h",


        


More information about the llvm-commits mailing list