Uh oh!
There was an error while loading. Please reload this page.
NativeAOT SuperPMI collections - #91037
Conversation
…tiveaot-collections-with-jakob-fix
ghost
commented
Aug 23, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
…ed a -ilc_rsps instead. Enable linux.
Uh oh!
There was an error while loading. Please reload this page.
…mponent being built
TIHan
commented
Sep 6, 2023
@dotnet/jit-contrib @BruceForstall this is ready. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@TIHan Can you please check the superpmi-collect runs you have been triggering for errors? E.g. I see all the "libraries pmi" runs failing with (link) |
BruceForstall
commented
Sep 7, 2023
I looked at a recent collection run and see a few concerning things: Why are these failing? What script/process is the invoker?
Are these files built when the smoke tests are built? Are they just not getting copied to Helix? |
This one I am not sure.
Except for the
I updated it to at least copy over the Seeing how there are multiple tests, when built, that will not include the non-DLL files they depend on in the output, it may make sense to do something similar to what @MichalStrehovsky suggested. I was hoping that it would be just the assemblies and the pinvokelist. @BruceForstall What do you recommend we do? We get tens of thousands of method contexts so it still works well enough - we can iterate on it over time. |
This adds NativeAOT SuperPMI collections runs for the
SmokeTests. Will work on windows+linux x64+arm64.