File tree 2 files changed +9
-1
lines changed
llvm/utils/gn/secondary/libcxx
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,8 @@ if (current_toolchain == default_toolchain) {
369
369
" __chrono/steady_clock.h" ,
370
370
" __chrono/system_clock.h" ,
371
371
" __chrono/time_point.h" ,
372
+ " __chrono/time_zone.h" ,
373
+ " __chrono/time_zone_link.h" ,
372
374
" __chrono/tzdb.h" ,
373
375
" __chrono/tzdb_list.h" ,
374
376
" __chrono/weekday.h" ,
Original file line number Diff line number Diff line change @@ -315,7 +315,13 @@ 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
- " tz.cpp" ,
318
+ " include/tzdb/time_zone_link_private.h" ,
319
+ " include/tzdb/time_zone_private.h" ,
320
+ " include/tzdb/types_private.h" ,
321
+ " include/tzdb/tzdb_list_private.h" ,
322
+ " include/tzdb/tzdb_private.h" ,
323
+ " time_zone.cpp" ,
324
+ " tzdb.cpp" ,
319
325
" tzdb_list.cpp" ,
320
326
]
321
327
}
You can’t perform that action at this time.
0 commit comments