File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
llvm/utils/gn/secondary/libcxx/src Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -317,16 +317,16 @@ if (libcxx_enable_experimental) {
317
317
sources = [ " experimental/keep.cpp" ]
318
318
if (libcxx_enable_filesystem && libcxx_enable_time_zone_database ) {
319
319
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" ,
324
324
# TODO TZDB The exception could be moved in chrono once the TZDB library
325
325
# 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" ,
330
330
]
331
331
}
332
332
deps = [ " //libcxx/include" ]
You can’t perform that action at this time.
0 commit comments