[llvm] 04c01ff - [gn build] Port 55803b8af1e4
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 02:26:15 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-10-02T09:20:19Z
New Revision: 04c01ff144a172230c053d73eb15831a4120db81
URL: https://github.com/llvm/llvm-project/commit/04c01ff144a172230c053d73eb15831a4120db81
DIFF: https://github.com/llvm/llvm-project/commit/04c01ff144a172230c053d73eb15831a4120db81.diff
LOG: [gn build] Port 55803b8af1e4
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 42a7940ccd44e..f771099cb4c4a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1496,6 +1496,7 @@ if (current_toolchain == default_toolchain) {
"__type_traits/is_floating_point.h",
"__type_traits/is_function.h",
"__type_traits/is_fundamental.h",
+ "__type_traits/is_generic_transparent_comparator.h",
"__type_traits/is_implicit_lifetime.h",
"__type_traits/is_implicitly_default_constructible.h",
"__type_traits/is_integral.h",
@@ -1538,6 +1539,7 @@ if (current_toolchain == default_toolchain) {
"__type_traits/make_32_64_or_128_bit.h",
"__type_traits/make_const_lvalue_ref.h",
"__type_traits/make_signed.h",
+ "__type_traits/make_transparent.h",
"__type_traits/make_unsigned.h",
"__type_traits/maybe_const.h",
"__type_traits/nat.h",
More information about the llvm-commits
mailing list