Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Update compiler from dotnet/runtime #8001

Merged
merged 2 commits into from
Feb 23, 2020

Conversation

MichalStrehovsky
Copy link
Member

This also changes the mechanism by which we pick up RyuJIT - we now get it from Microsoft.NETCore.App.Runtime because Microsoft.NETCore.Jit was discontinued.

This also changes the mechanism by which we pick up RyuJIT - we now get it from Microsoft.NETCore.App.Runtime because Microsoft.NETCore.Jit was discontinued.
<Version>$(RyuJITVersion)</Version>
</PackageReference>
</ItemGroup>

<ItemGroup>
<FileToInclude Include="clrjit" />
Copy link
Member

@jkotas jkotas Feb 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this needs to have a lib prefix for non-WIndows.

@MichalStrehovsky
Copy link
Member Author

Interesting, didn't think it would be non-deterministic. Filed #8005.

@MichalStrehovsky MichalStrehovsky merged commit 3a62c2e into dotnet:master Feb 23, 2020
@MichalStrehovsky MichalStrehovsky deleted the updateCompiler branch February 23, 2020 16:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants