Skip to content

Commit d3968cd

Browse files
committed
[gn build] Port 5629d49
1 parent 5629d49 commit d3968cd

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ if (current_toolchain == default_toolchain) {
8484
"__algorithm/copy.h",
8585
"__algorithm/copy_backward.h",
8686
"__algorithm/copy_if.h",
87+
"__algorithm/copy_move_common.h",
8788
"__algorithm/copy_n.h",
8889
"__algorithm/count.h",
8990
"__algorithm/count_if.h",
@@ -662,6 +663,7 @@ if (current_toolchain == default_toolchain) {
662663
"__type_traits/is_abstract.h",
663664
"__type_traits/is_aggregate.h",
664665
"__type_traits/is_allocator.h",
666+
"__type_traits/is_always_bitcastable.h",
665667
"__type_traits/is_arithmetic.h",
666668
"__type_traits/is_array.h",
667669
"__type_traits/is_assignable.h",

0 commit comments

Comments
 (0)