[llvm] 2f0d7a0 - [gn build] Port c847b8e24cfd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 20:43:07 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-04-21T03:37:17Z
New Revision: 2f0d7a0afc12b5cf3fa8e1869d68fb839fa109e7
URL: https://github.com/llvm/llvm-project/commit/2f0d7a0afc12b5cf3fa8e1869d68fb839fa109e7
DIFF: https://github.com/llvm/llvm-project/commit/2f0d7a0afc12b5cf3fa8e1869d68fb839fa109e7.diff
LOG: [gn build] Port c847b8e24cfd
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 02d248497d9d8..29f2b656a8e29 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -297,8 +297,6 @@ if (current_toolchain == default_toolchain) {
"__bit/popcount.h",
"__bit/rotate.h",
"__bit_reference",
- "__bsd_locale_defaults.h",
- "__bsd_locale_fallbacks.h",
"__charconv/chars_format.h",
"__charconv/from_chars_integral.h",
"__charconv/from_chars_result.h",
@@ -514,6 +512,9 @@ if (current_toolchain == default_toolchain) {
"__iterator/unreachable_sentinel.h",
"__iterator/wrap_iter.h",
"__locale",
+ "__locale_dir/locale_base_api/bsd_locale_defaults.h",
+ "__locale_dir/locale_base_api/bsd_locale_fallbacks.h",
+ "__locale_dir/locale_base_api/locale_guard.h",
"__mbstate_t.h",
"__memory/addressof.h",
"__memory/align.h",
More information about the llvm-commits
mailing list