-
Notifications
You must be signed in to change notification settings - Fork 573
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
[LLVM] Add LLVM_full
, LLVM_full_assert
18 recipes
#8265
Conversation
Zentrik@25f1fba should fix the patches not applying. |
Odd, I could have sworn the patches applied when I build LLVM_full@18 x86_64-linux-gnu-cxx11 locally. |
The symlink for the assert builds points to the LLVM 17 patches. |
Maybe we need to add |
If it's an upstream bug, first open a PR upstream. |
Filed llvm/llvm-project#88664. Also, I noticed that while we download the 10.14 sdk for LLVM >= 15, that's missing Also |
Can you open an issue in https://github.com/JuliaLang/llvm-project? |
I don't see a way to create issues, do you want me to make a pr with the fix? |
The windows build seems to be failing on building |
Yes, sorry. I meant a PR. |
0e0eeec
to
89c4f4d
Compare
We probably still need a patch to deal with Upstream issue here, llvm/llvm-project#90881. |
I'm sure there are still plenty of things to fix, as it's always the case with LLVM 🙂 But let's get this going and see where it fails. |
Alright, Windows builds are (as usual) the only failing ones. Example:
@Zentrik this is what you were referring to, right? Edit: ah, yes, I see you opened llvm/llvm-project#90881 |
Yh, presumably we want to copy https://github.com/mofeing/Yggdrasil/blob/llvm-18/L/LLVM/LLVM_full@18/bundled/patches/0001-Disable-tblgen-lsp-server.patch for |
🎉 |
I guess they are linking to LLVMSupport still even with dylibs on but yeah that fix is fine. |
LGTM |
I think folks may want LGTM, but we may need to look at that one specifically |
Can we drop the last commit and fix the merge conflict, then merge, so that we don't block upgrading llvm for existing uses, for a conflict with building a new tool that seems to have been misconfigured in cmake somewhere? |
…lgen-to-irdl`" This reverts commit 49d0921.
cde0bde
to
5754ebc
Compare
Patch list is: JuliaLang/llvm-project@llvmorg-18.1.7...julia-18.1.7-0 I don't have time to take a detailed look, but I trust @giordano and @mofeing |
We recently did some cleanup of patches no longer needed in the release-18 branch 🙂 |
Co-authored-by: Zentrik <[email protected]> Co-authored-by: Mosè Giordano <[email protected]>
No description provided.