ghdl-llvm: unpin LLVM
Per their [`configure` script] (but not their documentation!), they support up to LLVM 20. [`configure` script]: <https://github.com/ghdl/ghdl/blob/v5.1.1/configure#L312-L327>
This commit is contained in:
parent
257866d92b
commit
5af7cbec0b
@ -5314,7 +5314,7 @@ with pkgs;
|
||||
|
||||
ghdl-llvm = callPackage ../by-name/gh/ghdl/package.nix {
|
||||
backend = "llvm";
|
||||
inherit (llvmPackages_15) llvm;
|
||||
inherit (llvmPackages) llvm;
|
||||
};
|
||||
|
||||
gcc-arm-embedded = gcc-arm-embedded-14;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user