We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36c8dc commit 97cfe54Copy full SHA for 97cfe54
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -320,6 +320,7 @@ if (current_toolchain == default_toolchain) {
320
"__chrono/convert_to_tm.h",
321
"__chrono/day.h",
322
"__chrono/duration.h",
323
+ "__chrono/exception.h",
324
"__chrono/file_clock.h",
325
"__chrono/formatter.h",
326
"__chrono/hh_mm_ss.h",
llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -320,6 +320,9 @@ if (libcxx_enable_experimental) {
"include/tzdb/types_private.h",
"include/tzdb/tzdb_list_private.h",
"include/tzdb/tzdb_private.h",
+ # TODO TZDB The exception could be moved in chrono once the TZDB library
+ # is no longer experimental.
+ "chrono_exception.cpp",
"time_zone.cpp",
327
"tzdb.cpp",
328
"tzdb_list.cpp",
0 commit comments