Skip to content

Commit 964327d

Browse files
committed
[gn] port 9d6b68b (libc++ tzdb to experimental/)
1 parent 0ff06b4 commit 964327d

File tree

1 file changed

+8
-8
lines changed
  • llvm/utils/gn/secondary/libcxx/src

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,16 @@ if (libcxx_enable_experimental) {
317317
sources = [ "experimental/keep.cpp" ]
318318
if (libcxx_enable_filesystem && libcxx_enable_time_zone_database) {
319319
sources += [
320-
"include/tzdb/time_zone_private.h",
321-
"include/tzdb/types_private.h",
322-
"include/tzdb/tzdb_list_private.h",
323-
"include/tzdb/tzdb_private.h",
320+
"experimental/include/tzdb/time_zone_private.h",
321+
"experimental/include/tzdb/types_private.h",
322+
"experimental/include/tzdb/tzdb_list_private.h",
323+
"experimental/include/tzdb/tzdb_private.h",
324324
# TODO TZDB The exception could be moved in chrono once the TZDB library
325325
# is no longer experimental.
326-
"chrono_exception.cpp",
327-
"time_zone.cpp",
328-
"tzdb.cpp",
329-
"tzdb_list.cpp",
326+
"experimental/chrono_exception.cpp",
327+
"experimental/time_zone.cpp",
328+
"experimental/tzdb.cpp",
329+
"experimental/tzdb_list.cpp",
330330
]
331331
}
332332
deps = [ "//libcxx/include" ]

0 commit comments

Comments
 (0)