Commit 5af7cbec authored by Emily's avatar Emily
Browse files

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>
parent 257866d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;