[llvm] 9c37eda - [gn build] Port e983a659e51c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 09:49:07 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-08-31T16:45:24Z
New Revision: 9c37eda6e4c5bda3ae5f6edcadf7c0f52c3aec03

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

LOG: [gn build] Port e983a659e51c

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 15ed25e4fd30..d8a0310f0d3d 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -155,6 +155,9 @@ if (current_toolchain == default_toolchain) {
       "__bits",
       "__bsd_locale_defaults.h",
       "__bsd_locale_fallbacks.h",
+      "__charconv/chars_format.h",
+      "__charconv/from_chars_result.h",
+      "__charconv/to_chars_result.h",
       "__compare/common_comparison_category.h",
       "__compare/compare_three_way_result.h",
       "__compare/ordering.h",


        


More information about the llvm-commits mailing list