Skip to content

Commit 97cfe54

Browse files
committed
[gn build] port 77116bd
1 parent e36c8dc commit 97cfe54

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ if (current_toolchain == default_toolchain) {
320320
"__chrono/convert_to_tm.h",
321321
"__chrono/day.h",
322322
"__chrono/duration.h",
323+
"__chrono/exception.h",
323324
"__chrono/file_clock.h",
324325
"__chrono/formatter.h",
325326
"__chrono/hh_mm_ss.h",

llvm/utils/gn/secondary/libcxx/src/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ if (libcxx_enable_experimental) {
320320
"include/tzdb/types_private.h",
321321
"include/tzdb/tzdb_list_private.h",
322322
"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",
323326
"time_zone.cpp",
324327
"tzdb.cpp",
325328
"tzdb_list.cpp",

0 commit comments

Comments
 (0)