[llvm] a922324 - [gn build] Port 787ccd345cbb

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 09:19:42 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-24T17:15:33Z
New Revision: a922324590a13ae544491d21eb035a284a9e75e5

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

LOG: [gn build] Port 787ccd345cbb

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 3e28727f082ed..0797908a50c31 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -240,6 +240,7 @@ if (current_toolchain == default_toolchain) {
       "__format/formatter_char.h",
       "__format/formatter_integer.h",
       "__format/formatter_integral.h",
+      "__format/formatter_pointer.h",
       "__format/formatter_string.h",
       "__format/parser_std_format_spec.h",
       "__functional/binary_function.h",


        


More information about the llvm-commits mailing list