[llvm] 11d8bc9 - [gn build] Port a15ae4139cea

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 23:08:00 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-02T06:04:25Z
New Revision: 11d8bc98d1bba2e1194dc65f70a21ca2d113ff01

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

LOG: [gn build] Port a15ae4139cea

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 44a7905692615..04bce90cb41d9 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -195,6 +195,8 @@ if (current_toolchain == default_toolchain) {
       "__bsd_locale_fallbacks.h",
       "__charconv/chars_format.h",
       "__charconv/from_chars_result.h",
+      "__charconv/tables.h",
+      "__charconv/to_chars_base_10.h",
       "__charconv/to_chars_result.h",
       "__chrono/calendar.h",
       "__chrono/convert_to_timespec.h",


        


More information about the llvm-commits mailing list