Skip to content

Conversation

@fanyang-mono
Copy link
Contributor

Add an option to support netcore Mono with LLVM JIT

packageName = "Microsoft.NETCore.App.Runtime.Mono.linux-x64".ToLowerInvariant();
break;
case "llvm-jit":
packageName = "Microsoft.NETCore.App.Runtime.Mono.LLVM.AOT.linux-x64".ToLowerInvariant();

Choose a reason for hiding this comment

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

Is this right or should we use the LLVM.JIT package ? Seems confusing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't have the LLVM.JIT package. For some reason, they never got generated. The literal only difference between the AOT LLVM and JIT LLVM packages are the AOT packages also contain llc/opt. So it is totally fine to use the AOT LLVM package for JIT LLVM.

@sebastienros
Copy link
Member

LGTM. Have you tested the changes for the server?

@fanyang-mono
Copy link
Contributor Author

LGTM. Have you tested the changes for the server?

Yes, I've tested this change on Mono lab machines.

@sebastienros sebastienros merged commit 67edab5 into aspnet:master Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants