Skip to content

Commit

Permalink
[gn] port 12bb291 more
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 27, 2023
1 parent ed65602 commit be1e8a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ if (current_toolchain == default_toolchain) {
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.
# Unsupported values should be set to `$no`.
"requires_LIBCXX_ENABLE_LOCALIZATION=",
]
values = []
}

copy("copy_headers") {
Expand Down

0 comments on commit be1e8a6

Please sign in to comment.