File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
llvm/utils/gn/secondary/libcxx Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ if (current_toolchain == default_toolchain) {
352352 " __chrono/formatter.h" ,
353353 " __chrono/hh_mm_ss.h" ,
354354 " __chrono/high_resolution_clock.h" ,
355+ " __chrono/leap_second.h" ,
355356 " __chrono/literals.h" ,
356357 " __chrono/month.h" ,
357358 " __chrono/month_weekday.h" ,
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ if (libcxx_enable_experimental) {
315315 sources = [ " experimental/keep.cpp" ]
316316 if (libcxx_enable_filesystem && libcxx_enable_time_zone_database ) {
317317 sources += [
318+ " include/tzdb/leap_second_private.h" ,
318319 " include/tzdb/time_zone_link_private.h" ,
319320 " include/tzdb/time_zone_private.h" ,
320321 " include/tzdb/types_private.h" ,
You can’t perform that action at this time.
0 commit comments