Skip to content

Commit fe454b2

Browse files
committed
[gn build] Port c1a8283
1 parent 3ebd797 commit fe454b2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ if (current_toolchain == default_toolchain) {
608608
"__memory/construct_at.h",
609609
"__memory/destruct_n.h",
610610
"__memory/inout_ptr.h",
611+
"__memory/noexcept_move_assign_container.h",
611612
"__memory/out_ptr.h",
612613
"__memory/pointer_traits.h",
613614
"__memory/ranges_construct_at.h",
@@ -895,7 +896,6 @@ if (current_toolchain == default_toolchain) {
895896
"__type_traits/maybe_const.h",
896897
"__type_traits/nat.h",
897898
"__type_traits/negation.h",
898-
"__type_traits/noexcept_move_assign_container.h",
899899
"__type_traits/promote.h",
900900
"__type_traits/rank.h",
901901
"__type_traits/remove_all_extents.h",

0 commit comments

Comments
 (0)