Skip to content
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

Basic compile-on-demand support #46227

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Basic compile-on-demand support #46227

wants to merge 1 commit into from

Conversation

pchintalapudi
Copy link
Member

By leveraging JITLink, we can obtain lazier compilation provided by LLVM. Because we're using JITLink though, we only support platforms which JITLink can operate on (at the moment only M1 macs and potentially Linux x86-64).

Depends on #46216
Supersedes #44575, #44886, #45038

@Moelf
Copy link
Contributor

Moelf commented Aug 1, 2022

@vchuravy
Copy link
Member

vchuravy commented Aug 1, 2022

I think COFF and aarch64-linux is coming in LLVM 15

@gbaraldi
Copy link
Member

gbaraldi commented Aug 1, 2022

Don't believe those docs so much, they aren't updated that frequently unfortunately

Base automatically changed from pc/jitlink-nits to master August 3, 2022 21:29
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.

4 participants