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:
Emily 2025-08-11 13:31:39 +01:00
parent 257866d92b
commit 5af7cbec0b

View File

@ -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;