File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
llvm/utils/gn/secondary/libcxx/include Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -885,6 +885,7 @@ if (current_toolchain == default_toolchain) {
885
885
" __type_traits/is_trivially_lexicographically_comparable.h" ,
886
886
" __type_traits/is_trivially_move_assignable.h" ,
887
887
" __type_traits/is_trivially_move_constructible.h" ,
888
+ " __type_traits/is_trivially_relocatable.h" ,
888
889
" __type_traits/is_unbounded_array.h" ,
889
890
" __type_traits/is_union.h" ,
890
891
" __type_traits/is_unsigned.h" ,
@@ -1090,9 +1091,9 @@ if (current_toolchain == default_toolchain) {
1090
1091
" wctype.h" ,
1091
1092
]
1092
1093
deps = [
1094
+ " :write_assertion_handler" ,
1093
1095
" :write_config_site" ,
1094
1096
" :write_modulemap" ,
1095
- " :write_assertion_handler" ,
1096
1097
]
1097
1098
if (target_os != " mac" && target_os != " win" ) {
1098
1099
# libcxx/cmake/Modules/HandleLibCXXABI.cmake sets
You can’t perform that action at this time.
0 commit comments