You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tests] enable .NET 7 LLVM tests without Profiled AOT
Context: dotnet/runtime#68914
We found that the issue with LLVM only occurs when using Profiled AOT.
This is enabled by default for `Release` builds in .NET 6+, so let's
try using `-p:AndroidEnableProfiledAot=false`.
This at least gets some of our LLVM test coverage running again.
0 commit comments