Skip to content

Commit 19c9be0

Browse files
author
git apple-llvm automerger
committed
Merge commit '9786a3b4cf9d' from llvm.org/main into next
2 parents 51c104d + 9786a3b commit 19c9be0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ if (current_toolchain == default_toolchain) {
932932
"__utility/pair.h",
933933
"__utility/piecewise_construct.h",
934934
"__utility/priority_tag.h",
935+
"__utility/private_constructor_tag.h",
935936
"__utility/rel_ops.h",
936937
"__utility/small_buffer.h",
937938
"__utility/swap.h",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ 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",
319-
"include/tzdb/time_zone_link_private.h",
320318
"include/tzdb/time_zone_private.h",
321319
"include/tzdb/types_private.h",
322320
"include/tzdb/tzdb_list_private.h",

0 commit comments

Comments
 (0)