File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
llvm/utils/gn/secondary/libcxx Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -932,6 +932,7 @@ if (current_toolchain == default_toolchain) {
932
932
" __utility/pair.h" ,
933
933
" __utility/piecewise_construct.h" ,
934
934
" __utility/priority_tag.h" ,
935
+ " __utility/private_constructor_tag.h" ,
935
936
" __utility/rel_ops.h" ,
936
937
" __utility/small_buffer.h" ,
937
938
" __utility/swap.h" ,
Original file line number Diff line number Diff line change @@ -315,8 +315,6 @@ if (libcxx_enable_experimental) {
315
315
sources = [ " experimental/keep.cpp" ]
316
316
if (libcxx_enable_filesystem && libcxx_enable_time_zone_database ) {
317
317
sources += [
318
- " include/tzdb/leap_second_private.h" ,
319
- " include/tzdb/time_zone_link_private.h" ,
320
318
" include/tzdb/time_zone_private.h" ,
321
319
" include/tzdb/types_private.h" ,
322
320
" include/tzdb/tzdb_list_private.h" ,
You can’t perform that action at this time.
0 commit comments