Skip to content

Commit

Permalink
ldc: bump LLVM to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
materusPL committed Oct 15, 2023
1 parent 7f3bc3c commit 52f9ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ldc/generic.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ version, sha256 }:
{ lib, stdenv, fetchurl, cmake, ninja, llvm_14, curl, tzdata
{ lib, stdenv, fetchurl, cmake, ninja, llvm_16, curl, tzdata
, libconfig, lit, gdb, unzip, darwin, bash
, callPackage, makeWrapper, runCommand, targetPackages
, ldcBootstrap ? callPackage ./bootstrap.nix { }
Expand Down Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
'';

nativeBuildInputs = [
cmake ldcBootstrap lit lit.python llvm_14.dev makeWrapper ninja unzip
cmake ldcBootstrap lit lit.python llvm_16.dev makeWrapper ninja unzip
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Foundation
Expand Down

0 comments on commit 52f9ea7

Please sign in to comment.