mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
{llvm,polly}-polly: moved to aliases.nix
This commit is contained in:
parent
c4afa32b29
commit
671733227c
@ -631,6 +631,11 @@ mapAliases ({
|
||||
clang_35 = llvm_4;
|
||||
clang_4 = llvm_4;
|
||||
|
||||
# added 2019-04-13
|
||||
# *-polly pointed to llvmPackages_latest
|
||||
llvm-polly = throw "clang is now built with polly-plugin by default";
|
||||
clang-polly = throw "clang is now built with polly-plugin by default";
|
||||
|
||||
/* Cleanup before 20.09 */
|
||||
oraclejdk8psu = throw ''
|
||||
The *psu versions of oraclejdk aren't provided by upstream anymore and were therefore removed!
|
||||
|
@ -7995,9 +7995,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
llvm-polly = throw "clang is now built with polly-plugin by default";
|
||||
clang-polly = throw "clang is now built with polly-plugin by default";
|
||||
|
||||
clang_10 = llvmPackages_10.clang;
|
||||
clang_9 = llvmPackages_9.clang;
|
||||
clang_8 = llvmPackages_8.clang;
|
||||
|
Loading…
Reference in New Issue
Block a user