Skip to content

Commit 0f7266a

Browse files
committed
[gn build] Manually port 6f2d8cc
1 parent 4167fec commit 0f7266a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
@@ -352,6 +352,7 @@ if (current_toolchain == default_toolchain) {
352352
"__chrono/formatter.h",
353353
"__chrono/hh_mm_ss.h",
354354
"__chrono/high_resolution_clock.h",
355+
"__chrono/leap_second.h",
355356
"__chrono/literals.h",
356357
"__chrono/month.h",
357358
"__chrono/month_weekday.h",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ if (libcxx_enable_experimental) {
315315
sources = [ "experimental/keep.cpp" ]
316316
if (libcxx_enable_filesystem && libcxx_enable_time_zone_database) {
317317
sources += [
318+
"include/tzdb/leap_second_private.h",
318319
"include/tzdb/time_zone_link_private.h",
319320
"include/tzdb/time_zone_private.h",
320321
"include/tzdb/types_private.h",

0 commit comments

Comments
 (0)