[llvm] 8861c6d - [gn build] Port eb6e13cb3280

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 10:47:50 PST 2022


Author: LLVM GN Syncbot
Date: 2022-12-22T18:42:31Z
New Revision: 8861c6dfe0023e8ee2ad7622887afc90357a6691

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

LOG: [gn build] Port eb6e13cb3280

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 ef58e32e28831..8b9cf467c97b1 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -388,6 +388,7 @@ if (current_toolchain == default_toolchain) {
       "__format/formatter_output.h",
       "__format/formatter_pointer.h",
       "__format/formatter_string.h",
+      "__format/formatter_tuple.h",
       "__format/parser_std_format_spec.h",
       "__format/range_default_formatter.h",
       "__format/unicode.h",


        


More information about the llvm-commits mailing list