[llvm] 51d8473 - [gn build] Port 976f37050dbd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 12:08:48 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-06-09T19:04:54Z
New Revision: 51d84737b5a953da4f324ca9059a4ee392e2e139
URL: https://github.com/llvm/llvm-project/commit/51d84737b5a953da4f324ca9059a4ee392e2e139
DIFF: https://github.com/llvm/llvm-project/commit/51d84737b5a953da4f324ca9059a4ee392e2e139.diff
LOG: [gn build] Port 976f37050dbd
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 373a1b6729fa8..c34c95ef11d2b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -57,6 +57,7 @@ if (current_toolchain == default_toolchain) {
write_cmake_config("write_modulemap") {
input = "module.modulemap.in"
output = "$libcxx_generated_include_dir/module.modulemap"
+
#no = "requires LIBCXX_CONFIGURED_WITHOUT_SUPPORT_FOR_THIS_HEADER"
values = [
# An empty value here means the feature is supported.
@@ -494,6 +495,8 @@ if (current_toolchain == default_toolchain) {
"__split_buffer",
"__std_stream",
"__string",
+ "__string/char_traits.h",
+ "__string/extern_template_lists.h",
"__support/android/locale_bionic.h",
"__support/fuchsia/xlocale.h",
"__support/ibm/gettod_zos.h",
More information about the llvm-commits
mailing list