{llvm,polly}-polly: moved to aliases.nix

gstqt5
Holger Wünsche 2020-04-13 14:27:51 +02:00
parent c4afa32b29
commit 671733227c
No known key found for this signature in database
GPG Key ID: AA534CBC32134FC4
2 changed files with 5 additions and 3 deletions

View File

@ -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!

View File

@ -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;