-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
.NET: make llvm the default for release builds #12147
Labels
Milestone
Comments
spouliot
pushed a commit
to spouliot/xamarin-macios
that referenced
this issue
Jul 28, 2021
without LLVM https://gist.github.com/spouliot/a1fb4ad87b98c3bd0e59a0501b243e09 with LLVM https://gist.github.com/spouliot/f6e8281c8b546b56991777ad1e919e4d This should become the default dotnet#12147 so this commit is only part of `preview.7` (and not `main`)
spouliot
added a commit
that referenced
this issue
Jul 28, 2021
without LLVM https://gist.github.com/spouliot/a1fb4ad87b98c3bd0e59a0501b243e09 with LLVM https://gist.github.com/spouliot/f6e8281c8b546b56991777ad1e919e4d This should become the default #12147 so this commit is only part of `preview.7` (and not `main`)
vs-mobiletools-engineering-service2
pushed a commit
to vs-mobiletools-engineering-service2/xamarin-macios
that referenced
this issue
Aug 19, 2021
without LLVM https://gist.github.com/spouliot/a1fb4ad87b98c3bd0e59a0501b243e09 with LLVM https://gist.github.com/spouliot/f6e8281c8b546b56991777ad1e919e4d This should become the default dotnet#12147 so this commit is only part of `preview.7` (and not `main`)
spouliot
pushed a commit
that referenced
this issue
Aug 23, 2021
without LLVM https://gist.github.com/spouliot/a1fb4ad87b98c3bd0e59a0501b243e09 with LLVM https://gist.github.com/spouliot/f6e8281c8b546b56991777ad1e919e4d This should become the default #12147 so this commit is only part of `preview.7` (and not `main`)
#12546 makes it hard to set LLVM to default since any fat application won't compile (until it's fixed) |
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Sep 8, 2021
rolfbjarne
added a commit
that referenced
this issue
Sep 8, 2021
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Labels
As the title says.
A "release build" is defined to be a build where "Configuration=Release".
Blocked on dotnet/runtime#56100.The text was updated successfully, but these errors were encountered: