[llvm-branch-commits] [llvm] be1e8a6 - [gn] port 12bb2910c3e3 more
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 28 22:23:22 PST 2023
Author: Nico Weber
Date: 2023-11-28T08:43:16+09:00
New Revision: be1e8a659df5003fa74e1f55c40acf3667f3cdb9
URL: https://github.com/llvm/llvm-project/commit/be1e8a659df5003fa74e1f55c40acf3667f3cdb9
DIFF: https://github.com/llvm/llvm-project/commit/be1e8a659df5003fa74e1f55c40acf3667f3cdb9.diff
LOG: [gn] port 12bb2910c3e3 more
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index c698338792e22be..0e878ab39ce93ba 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -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") {
More information about the llvm-branch-commits
mailing list