[llvm] d3968cd - [gn build] Port 5629d492df38

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 17:04:05 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-14T00:57:59Z
New Revision: d3968cdf2e840870d5a7052dbdf570b6c71aa993

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

LOG: [gn build] Port 5629d492df38

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 9b2100cdafacd..9d9fda0e3efc5 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -84,6 +84,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/copy.h",
       "__algorithm/copy_backward.h",
       "__algorithm/copy_if.h",
+      "__algorithm/copy_move_common.h",
       "__algorithm/copy_n.h",
       "__algorithm/count.h",
       "__algorithm/count_if.h",
@@ -662,6 +663,7 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/is_abstract.h",
       "__type_traits/is_aggregate.h",
       "__type_traits/is_allocator.h",
+      "__type_traits/is_always_bitcastable.h",
       "__type_traits/is_arithmetic.h",
       "__type_traits/is_array.h",
       "__type_traits/is_assignable.h",


        


More information about the llvm-commits mailing list