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

[wasm] Change optimization flag to workaround llvm issue #87473

Conversation

radekdoulik
Copy link
Member

@radekdoulik radekdoulik commented Jun 13, 2023

This is a workaround for #87423 . When running the System.Runtime.Intrinsics.Tests for AOT on helix, the compile time flags used are -Oz -Wl,-O0 -Wl,--lto-O0. This PR changes it from -Oz to -O2.

@ghost
Copy link

ghost commented Jun 13, 2023

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: radekdoulik
Assignees: radekdoulik
Labels:

area-Infrastructure-libraries

Milestone: -

@radekdoulik
Copy link
Member Author

Let see if it will workaround #87423 and still not break AOT tests on CI.

@radekdoulik radekdoulik requested a review from radical June 13, 2023 11:48
@radekdoulik
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@radekdoulik
Copy link
Member Author

The WBT failures are unrelated

@radekdoulik radekdoulik merged commit 2097096 into dotnet:main Jun 13, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jul 14, 2023
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.

2 participants