[llvm] 65b41f0 - [gn build] Port 833d5f0cd8be

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 25 02:56:31 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-09-25T09:48:38Z
New Revision: 65b41f03b674872d95efda60877d5628c3b4ce9a

URL: https://github.com/llvm/llvm-project/commit/65b41f03b674872d95efda60877d5628c3b4ce9a
DIFF: https://github.com/llvm/llvm-project/commit/65b41f03b674872d95efda60877d5628c3b4ce9a.diff

LOG: [gn build] Port 833d5f0cd8be

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