Skip to content

Commit 5bbcbf0

Browse files
committed
Exclude compiler_rt_shims.cpp
We have excluded files in https://github.com/emscripten-core/emscripten/tree/main/system/lib/libcxx/src/support/win32. This is a new file added in this directory in llvm/llvm-project#83575.
1 parent 8b0bfdf commit 5bbcbf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/system_libs.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,11 +1653,13 @@ class libcxx(NoExceptLibrary, MTLibrary):
16531653
'xlocale_zos.cpp',
16541654
'mbsnrtowcs.cpp',
16551655
'wcsnrtombs.cpp',
1656+
'int128_builtins.cpp',
1657+
'libdispatch.cpp',
1658+
# Win32-specific files
16561659
'locale_win32.cpp',
16571660
'thread_win32.cpp',
16581661
'support.cpp',
1659-
'int128_builtins.cpp',
1660-
'libdispatch.cpp',
1662+
'compiler_rt_shims.cpp',
16611663
# Emscripten does not have C++20's time zone support which requires access
16621664
# to IANA Time Zone Database. TODO Implement this using JS timezone
16631665
'tz.cpp',

0 commit comments

Comments
 (0)