[llvm] a34dffb - [gn build] Port 7fb9f99f3bb6

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


Author: LLVM GN Syncbot
Date: 2021-10-07T15:19:45Z
New Revision: a34dffb5480864ab1aa34799ed47a43680220fd8

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

LOG: [gn build] Port 7fb9f99f3bb6

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 9a26b28cbc0e..ad26d40ea41b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -198,6 +198,7 @@ if (current_toolchain == default_toolchain) {
       "__format/format_parse_context.h",
       "__format/format_string.h",
       "__format/formatter.h",
+      "__format/formatter_bool.h",
       "__format/formatter_char.h",
       "__format/formatter_integer.h",
       "__format/formatter_integral.h",


        


More information about the llvm-commits mailing list