[llvm] 6329993 - [gn build] Port e8cfbfd05a95

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 9 09:02:50 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-04-09T15:57:26Z
New Revision: 6329993ca1aeaad9328450ac5013b6890634712f

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

LOG: [gn build] Port e8cfbfd05a95

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 8372efe72f7eb..162ba4e1f041c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -664,6 +664,10 @@ if (current_toolchain == default_toolchain) {
       "__support/xlocale/__nop_locale_mgmt.h",
       "__support/xlocale/__posix_l_fallback.h",
       "__support/xlocale/__strtonum_fallback.h",
+      "__system_error/error_category.h",
+      "__system_error/error_code.h",
+      "__system_error/error_condition.h",
+      "__system_error/system_error.h",
       "__thread/poll_with_backoff.h",
       "__thread/timed_backoff_policy.h",
       "__threading_support",


        


More information about the llvm-commits mailing list