[llvm] 18777c7 - [gn build] Port eb65912e41a1

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 11:11:24 PDT 2023


Author: Nico Weber
Date: 2023-04-10T14:11:09-04:00
New Revision: 18777c7b0cd9d01c21b3bbf41dbacb905a19aefb

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

LOG: [gn build] Port eb65912e41a1

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 162ba4e1f041c..1f5d3a14b0d65 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -377,7 +377,6 @@ if (current_toolchain == default_toolchain) {
       "__coroutine/trivial_awaitables.h",
       "__debug",
       "__debug_utils/randomize_range.h",
-      "__errc",
       "__exception/exception.h",
       "__exception/exception_ptr.h",
       "__exception/nested_exception.h",
@@ -664,6 +663,7 @@ if (current_toolchain == default_toolchain) {
       "__support/xlocale/__nop_locale_mgmt.h",
       "__support/xlocale/__posix_l_fallback.h",
       "__support/xlocale/__strtonum_fallback.h",
+      "__system_error/errc.h",
       "__system_error/error_category.h",
       "__system_error/error_code.h",
       "__system_error/error_condition.h",


        


More information about the llvm-commits mailing list