Skip to content

Commit 337ff81

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 9cd69bf commit 337ff81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/system_libs.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1657,11 +1657,13 @@ class libcxx(NoExceptLibrary, MTLibrary):
16571657
'xlocale_zos.cpp',
16581658
'mbsnrtowcs.cpp',
16591659
'wcsnrtombs.cpp',
1660+
'int128_builtins.cpp',
1661+
'libdispatch.cpp',
1662+
# Win32-specific files
16601663
'locale_win32.cpp',
16611664
'thread_win32.cpp',
16621665
'support.cpp',
1663-
'int128_builtins.cpp',
1664-
'libdispatch.cpp',
1666+
'compiler_rt_shims.cpp',
16651667
# Emscripten does not have C++20's time zone support which requires access
16661668
# to IANA Time Zone Database. TODO Implement this using JS timezone
16671669
'tz.cpp',

0 commit comments

Comments
 (0)