Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono][wasm] Avoid compiling llvm bitcode files with -emit-llvm. #55630

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Jul 14, 2021

It causes the output to be a bitcode file as well, which is
passed to the emscripten link step, which will compile it
to wasm sequentially, slowing down linking.

Fixes #54935.

It causes the output to be a bitcode file as well, which is
passed to the emscripten link step, which will compile it
to wasm sequentially, slowing down linking.

Fixes dotnet#54935.
@vargaz vargaz merged commit 56d9474 into dotnet:main Jul 14, 2021
@vargaz vargaz deleted the emit-llvm branch July 14, 2021 12:53
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mono][wasm]Avoid passing -emit-llvm to emcc when compiling AOT images
2 participants