Skip to content

Commit 3050311

Browse files
committed
[gn build] Port 67eee4a
1 parent 67eee4a commit 3050311

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ if (current_toolchain == default_toolchain) {
885885
"__type_traits/is_trivially_lexicographically_comparable.h",
886886
"__type_traits/is_trivially_move_assignable.h",
887887
"__type_traits/is_trivially_move_constructible.h",
888+
"__type_traits/is_trivially_relocatable.h",
888889
"__type_traits/is_unbounded_array.h",
889890
"__type_traits/is_union.h",
890891
"__type_traits/is_unsigned.h",
@@ -1090,9 +1091,9 @@ if (current_toolchain == default_toolchain) {
10901091
"wctype.h",
10911092
]
10921093
deps = [
1094+
":write_assertion_handler",
10931095
":write_config_site",
10941096
":write_modulemap",
1095-
":write_assertion_handler",
10961097
]
10971098
if (target_os != "mac" && target_os != "win") {
10981099
# libcxx/cmake/Modules/HandleLibCXXABI.cmake sets

0 commit comments

Comments
 (0)