We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429f70c commit 9e37a10Copy full SHA for 9e37a10
test/test_core.py
@@ -5684,6 +5684,8 @@ def test_utf32(self):
5684
5685
@no_sanitize('requires libc to be built with -fshort-char')
5686
def test_utf32_short_wchar(self):
5687
+ if '-flto' in self.emcc_args or '-flto=thin' in self.emcc_args:
5688
+ self.skipTest('-fshort-wchar is not compatible with LTO (libraries would need rebuilting)')
5689
self.do_runf('utf32.cpp', 'OK (short).\n', emcc_args=['-fshort-wchar'])
5690
5691
@crossplatform
0 commit comments