We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976f370 commit 51d8473Copy full SHA for 51d8473
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -57,6 +57,7 @@ if (current_toolchain == default_toolchain) {
57
write_cmake_config("write_modulemap") {
58
input = "module.modulemap.in"
59
output = "$libcxx_generated_include_dir/module.modulemap"
60
+
61
#no = "requires LIBCXX_CONFIGURED_WITHOUT_SUPPORT_FOR_THIS_HEADER"
62
values = [
63
# An empty value here means the feature is supported.
@@ -494,6 +495,8 @@ if (current_toolchain == default_toolchain) {
494
495
"__split_buffer",
496
"__std_stream",
497
"__string",
498
+ "__string/char_traits.h",
499
+ "__string/extern_template_lists.h",
500
"__support/android/locale_bionic.h",
501
"__support/fuchsia/xlocale.h",
502
"__support/ibm/gettod_zos.h",
0 commit comments