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 passing -emit-llvm to emcc when compiling AOT images #54935

Closed
vargaz opened this issue Jun 30, 2021 · 2 comments · Fixed by #55630
Closed

[mono][wasm]Avoid passing -emit-llvm to emcc when compiling AOT images #54935

vargaz opened this issue Jun 30, 2021 · 2 comments · Fixed by #55630
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono
Milestone

Comments

@vargaz
Copy link
Contributor

vargaz commented Jun 30, 2021

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jun 30, 2021
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@vargaz vargaz added the arch-wasm WebAssembly architecture label Jun 30, 2021
@ghost
Copy link

ghost commented Jun 30, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Description

Configuration

Regression?

Other information

Author: vargaz
Assignees: -
Labels:

arch-wasm, untriaged

Milestone: -

@vargaz vargaz assigned vargaz and radical and unassigned vargaz Jun 30, 2021
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label Jun 30, 2021
@lewing lewing added this to the 6.0.0 milestone Jun 30, 2021
vargaz added a commit to vargaz/runtime that referenced this issue 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 dotnet#54935.
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 14, 2021
vargaz added a commit that referenced this issue 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.
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 14, 2021
@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.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants