Skip to content

Commit be1e8a6

Browse files
committed
[gn] port 12bb291 more
1 parent ed65602 commit be1e8a6

File tree

1 file changed

+1
-5
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ if (current_toolchain == default_toolchain) {
6262
output = "$libcxx_generated_include_dir/module.modulemap"
6363

6464
#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-
]
65+
values = []
7066
}
7167

7268
copy("copy_headers") {

0 commit comments

Comments
 (0)