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

Add preliminary support for LLVM 19 #4763

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

kinke
Copy link
Member

@kinke kinke commented Oct 1, 2024

No description provided.

@liushuyu
Copy link
Contributor

liushuyu commented Nov 4, 2024

I also have a LLVM 19 port based on the work in this pull request: https://github.com/liushuyu/ldc/tree/llvm-19

@kinke
Copy link
Member Author

kinke commented Nov 5, 2024

With more success? My mild enthusiasm was immediately killed by that LLVM assertion, which after a quick glance seemed to be an LLVM regression (as we're just trying to get some intrinsic by name).

@liushuyu
Copy link
Contributor

liushuyu commented Nov 5, 2024

With more success? My mild enthusiasm was immediately killed by that LLVM assertion, which after a quick glance seemed to be an LLVM regression (as we're just trying to get some intrinsic by name).

Yes, so mine worked around the LLVM assertions by providing the overloaded types to the intrinsic functions.

@kinke
Copy link
Member Author

kinke commented Nov 5, 2024

Oh great! Any reason for not opening an MR? I mean I'm fine with cherry-picking too if you don't want to yourself.

@liushuyu
Copy link
Contributor

liushuyu commented Nov 5, 2024

Oh great! Any reason for not opening an MR? I mean I'm fine with cherry-picking too if you don't want to yourself.

I opened the pull request at #4772. Some CI setups are required to get LLVM 19 binaries.

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