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 ed65602 commit be1e8a6Copy full SHA for be1e8a6
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -62,11 +62,7 @@ if (current_toolchain == default_toolchain) {
62
output = "$libcxx_generated_include_dir/module.modulemap"
63
64
#no = "requires LIBCXX_CONFIGURED_WITHOUT_SUPPORT_FOR_THIS_HEADER"
65
- values = [
66
- # An empty value here means the feature is supported.
67
- # Unsupported values should be set to `$no`.
68
- "requires_LIBCXX_ENABLE_LOCALIZATION=",
69
- ]
+ values = []
70
}
71
72
copy("copy_headers") {
0 commit comments