File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
llvm/utils/gn/secondary/libcxx Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ if (current_toolchain == default_toolchain) {
320
320
" __chrono/convert_to_tm.h" ,
321
321
" __chrono/day.h" ,
322
322
" __chrono/duration.h" ,
323
+ " __chrono/exception.h" ,
323
324
" __chrono/file_clock.h" ,
324
325
" __chrono/formatter.h" ,
325
326
" __chrono/hh_mm_ss.h" ,
Original file line number Diff line number Diff line change @@ -320,6 +320,9 @@ if (libcxx_enable_experimental) {
320
320
" include/tzdb/types_private.h" ,
321
321
" include/tzdb/tzdb_list_private.h" ,
322
322
" include/tzdb/tzdb_private.h" ,
323
+ # TODO TZDB The exception could be moved in chrono once the TZDB library
324
+ # is no longer experimental.
325
+ " chrono_exception.cpp" ,
323
326
" time_zone.cpp" ,
324
327
" tzdb.cpp" ,
325
328
" tzdb_list.cpp" ,
You can’t perform that action at this time.
0 commit comments