Skip to content

Commit 51d8473

Browse files
committed
[gn build] Port 976f370
1 parent 976f370 commit 51d8473

File tree

1 file changed

+3
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+3
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if (current_toolchain == default_toolchain) {
5757
write_cmake_config("write_modulemap") {
5858
input = "module.modulemap.in"
5959
output = "$libcxx_generated_include_dir/module.modulemap"
60+
6061
#no = "requires LIBCXX_CONFIGURED_WITHOUT_SUPPORT_FOR_THIS_HEADER"
6162
values = [
6263
# An empty value here means the feature is supported.
@@ -494,6 +495,8 @@ if (current_toolchain == default_toolchain) {
494495
"__split_buffer",
495496
"__std_stream",
496497
"__string",
498+
"__string/char_traits.h",
499+
"__string/extern_template_lists.h",
497500
"__support/android/locale_bionic.h",
498501
"__support/fuchsia/xlocale.h",
499502
"__support/ibm/gettod_zos.h",

0 commit comments

Comments
 (0)