You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@6c328fbba732:/shared# emcc --version
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.42 (6ede0b8fc1c979bb206148804bfb48b472ccc3da)
Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For some reason I'm getting frontend compiler errors from that repro file. Are you able to reproduce the problem on Emscripten tot (tip of tree)? If so, could you try running the reproducer with -emit-llvm repro.bc instead of -c and sharing the resulting bitcode file?
Attempting to compile Skia with -msimd128 results in this error when ICU is included. Without
-msimd128
everything compiles fine.Using the latest Emscripten with Clang 17.
The files that the error message requested to be attached:
https://gist.github.com/hzuo/bc879349aaf12d643ea8cdeba4c1cec0
The text was updated successfully, but these errors were encountered: