[llvm] e86c5a7 - [gn build] Port 6d9dfd75e4df

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 8 06:27:57 PST 2025


Author: LLVM GN Syncbot
Date: 2025-03-08T14:21:29Z
New Revision: e86c5a7b9dbff5383cf9c81aa9eff38a92ce73aa

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

LOG: [gn build] Port 6d9dfd75e4df

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 af3257d142d6a..47f504de2a105 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1830,6 +1830,8 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/negation.h",
       "__type_traits/promote.h",
       "__type_traits/rank.h",
+      "__type_traits/reference_constructs_from_temporary.h",
+      "__type_traits/reference_converts_from_temporary.h",
       "__type_traits/remove_all_extents.h",
       "__type_traits/remove_const.h",
       "__type_traits/remove_const_ref.h",


        


More information about the llvm-commits mailing list