-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Brotli native code is compiled with LTCG #111566
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
cc @jkoritzinsky Regression introduced by #109707 ? |
Yes this was introduced by #109707. |
dotnet#111566 is not the first time we accidentally shipped something built with LTCG. We should ideally not allow merging such code into `main`.
@jkoritzinsky will you have time to look at this soon-ish? If we're unlucky and VC++ ships an update at the same time we ship preview 1, this could mean that native AOT in Preview 1 won't be usable since most people will have a VC++ compiler that is not compatible with what we built. |
I put out a fix in #111805 |
And this is going to break everyone who doesn't use exactly the same version of VC++ as we used on the build machine.
Reported at aspnet/Benchmarks#2047. We should also check zlib.
The text was updated successfully, but these errors were encountered: