Created attachment 916193 [details] Circular dep results To my understanding, intel_clc pulls in components from version 18 of LLVM, but because of cyclic dependencies within LLVM this eventually also pulls in LLVM 19 as a whole (because llvm-18 depends on an unqualified llvmgold which resolves to version 19). While the 18-on-19 dependency is a problem in its own, would it be possible to bump intel_clc to LLVM 19 to not have this mess in the first place? I found no indication that intel_clc only works with LLVM 18.
I was corrected: The dependency is qualified on llvmgold with at least the same slot version (instead of the exact same slot version).
Confirmed on OFTC that there is no upper constraint on the LLVM version for intel_clc, at least by upstream.
See bug 946548 especially.
I don't typically go back and add LLVM support to stable versions. Is there a reason you can't use 24.3.2+ that has LLVM 19 support?
(In reply to Cedric Sodhi from comment #1) > I was corrected: The dependency is qualified on llvmgold with at least the > same slot version (instead of the exact same slot version). Yes, llvmgold isn't slotted (nor can it be easily, as it's a plugin - look at where it installs to).
Stabilizing 24.3.3 in bug 948246.