Merge pull request #273151 from eclairevoyant/ghdl

ghdl-llvm: use compatible llvm version
This commit is contained in:
Weijia Wang 2023-12-10 00:43:50 +01:00 committed by GitHub
commit 6f1b95c3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16205,6 +16205,7 @@ with pkgs;
ghdl-llvm = callPackage ../development/compilers/ghdl {
backend = "llvm";
inherit (llvmPackages_15) llvm;
};
gcl_2_6_13_pre = callPackage ../development/compilers/gcl/2.6.13-pre.nix { };