Skip to content

Commit

Permalink
Exclude compiler_rt_shims.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Dec 4, 2024
1 parent 8b0bfdf commit 5bbcbf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/system_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1653,11 +1653,13 @@ class libcxx(NoExceptLibrary, MTLibrary):
'xlocale_zos.cpp',
'mbsnrtowcs.cpp',
'wcsnrtombs.cpp',
'int128_builtins.cpp',
'libdispatch.cpp',
# Win32-specific files
'locale_win32.cpp',
'thread_win32.cpp',
'support.cpp',
'int128_builtins.cpp',
'libdispatch.cpp',
'compiler_rt_shims.cpp',
# Emscripten does not have C++20's time zone support which requires access
# to IANA Time Zone Database. TODO Implement this using JS timezone
'tz.cpp',
Expand Down

0 comments on commit 5bbcbf0

Please sign in to comment.