llvmPackages_10: removed extra polly-build

There is no good reason to have separate builds for polly and no-polly
versions. wwwwwThe reason for the two versions was (as far as I can
tell) to defer rebuilds (see ed60483257).
Polly is now enabled by default.
This commit is contained in:
Holger Wünsche 2020-03-17 14:40:07 +01:00
parent 0ec3f4e26b
commit e9aa8770ea
No known key found for this signature in database
GPG key ID: AA534CBC32134FC4
2 changed files with 1 additions and 6 deletions

View file

@ -30,16 +30,11 @@ let
in {
llvm = callPackage ./llvm.nix { };
llvm-polly = callPackage ./llvm.nix { enablePolly = true; };
clang-unwrapped = callPackage ./clang {
inherit (tools) lld;
inherit clang-tools-extra_src;
};
clang-polly-unwrapped = callPackage ./clang {
inherit clang-tools-extra_src;
llvm = tools.llvm-polly;
};
llvm-manpages = lowPrio (tools.llvm.override {
enableManpages = true;

View file

@ -17,7 +17,7 @@
, enablePFM ? !(stdenv.isDarwin
|| stdenv.isAarch64 # broken for Ampere eMAG 8180 (c2.large.arm on Packet) #56245
)
, enablePolly ? false
, enablePolly ? true
}:
let