Skip to content

Commit 9f7b57c

Browse files
committed
Disable time zone support
We disabled C++20 time zone support in LLVM 18 update (emscripten-core#21638): emscripten-core@df9af64 The list of source files related to time zone support has changed in llvm/llvm-project#74928, so this commit reflects it.
1 parent 337ff81 commit 9f7b57c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/system_libs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,8 @@ class libcxx(NoExceptLibrary, MTLibrary):
16661666
'compiler_rt_shims.cpp',
16671667
# Emscripten does not have C++20's time zone support which requires access
16681668
# to IANA Time Zone Database. TODO Implement this using JS timezone
1669-
'tz.cpp',
1669+
'time_zone.cpp',
1670+
'tzdb.cpp',
16701671
'tzdb_list.cpp',
16711672
]
16721673

0 commit comments

Comments
 (0)