Add preliminary support for LLVM 19#4763
Add preliminary support for LLVM 19#4763kinke wants to merge 3 commits intoldc-developers:masterfrom
Conversation
|
I also have a LLVM 19 port based on the work in this pull request: https://github.com/liushuyu/ldc/tree/llvm-19 |
|
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. |
|
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. |
No description provided.