Skip to content

Commit 4206d06

Browse files
committed
[gn] port d332d88 (tzdb.cpp)
1 parent db8b76d commit 4206d06

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ if (current_toolchain == default_toolchain) {
369369
"__chrono/steady_clock.h",
370370
"__chrono/system_clock.h",
371371
"__chrono/time_point.h",
372+
"__chrono/time_zone.h",
373+
"__chrono/time_zone_link.h",
372374
"__chrono/tzdb.h",
373375
"__chrono/tzdb_list.h",
374376
"__chrono/weekday.h",

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,13 @@ if (libcxx_enable_experimental) {
315315
sources = [ "experimental/keep.cpp" ]
316316
if (libcxx_enable_filesystem && libcxx_enable_time_zone_database) {
317317
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",
319325
"tzdb_list.cpp",
320326
]
321327
}

0 commit comments

Comments
 (0)