Loading pkgs/development/compilers/llvm/common/llvm/default.nix +11 −4 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ devExtraCmakeFlags ? [ ], getVersionFile, fetchpatch, # for tests libllvm, }: let Loading Loading @@ -206,8 +208,6 @@ stdenv.mkDerivation ( ++ lib.optionals enablePolly [ # Just like the `gnu-install-dirs` patch, but for `polly`. (getVersionFile "llvm/gnu-install-dirs-polly.patch") ] ++ [ # Just like the `llvm-lit-cfg` patch, but for `polly`. (getVersionFile "llvm/polly-lit-cfg-add-libs-to-dylib-path.patch") ] Loading Loading @@ -591,8 +591,15 @@ stdenv.mkDerivation ( checkTarget = "check-all"; passthru = { # For the update script: passthru.monorepoSrc = monorepoSrc; inherit monorepoSrc; tests.withoutOptionalFeatures = libllvm.override { enablePFM = false; enablePolly = false; enableTerminfo = false; }; }; requiredSystemFeatures = [ "big-parallel" ]; meta = llvm_meta // { Loading Loading
pkgs/development/compilers/llvm/common/llvm/default.nix +11 −4 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ devExtraCmakeFlags ? [ ], getVersionFile, fetchpatch, # for tests libllvm, }: let Loading Loading @@ -206,8 +208,6 @@ stdenv.mkDerivation ( ++ lib.optionals enablePolly [ # Just like the `gnu-install-dirs` patch, but for `polly`. (getVersionFile "llvm/gnu-install-dirs-polly.patch") ] ++ [ # Just like the `llvm-lit-cfg` patch, but for `polly`. (getVersionFile "llvm/polly-lit-cfg-add-libs-to-dylib-path.patch") ] Loading Loading @@ -591,8 +591,15 @@ stdenv.mkDerivation ( checkTarget = "check-all"; passthru = { # For the update script: passthru.monorepoSrc = monorepoSrc; inherit monorepoSrc; tests.withoutOptionalFeatures = libllvm.override { enablePFM = false; enablePolly = false; enableTerminfo = false; }; }; requiredSystemFeatures = [ "big-parallel" ]; meta = llvm_meta // { Loading