Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5f2cbe

Browse files
committedDec 4, 2024
Disable time zone support
We disabled C++20 time zone support in LLVM 18 update (#21638): 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 5bbcbf0 commit a5f2cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tools/system_libs.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,8 @@ class libcxx(NoExceptLibrary, MTLibrary):
16621662
'compiler_rt_shims.cpp',
16631663
# Emscripten does not have C++20's time zone support which requires access
16641664
# to IANA Time Zone Database. TODO Implement this using JS timezone
1665-
'tz.cpp',
1665+
'time_zone.cpp',
1666+
'tzdb.cpp',
16661667
'tzdb_list.cpp',
16671668
]
16681669

0 commit comments

Comments
 (0)
Please sign in to comment.