3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213497 from Et7f3/add_llvm15_attribute

llvmPackages_15: add attributes
This commit is contained in:
Weijia Wang 2023-01-30 04:43:32 +01:00 committed by GitHub
commit 6b6fda0e24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,6 +217,8 @@ mapAliases ({
clang11Stdenv = lowPrio llvmPackages_11.stdenv; clang11Stdenv = lowPrio llvmPackages_11.stdenv;
clang12Stdenv = lowPrio llvmPackages_12.stdenv; clang12Stdenv = lowPrio llvmPackages_12.stdenv;
clang13Stdenv = lowPrio llvmPackages_13.stdenv; clang13Stdenv = lowPrio llvmPackages_13.stdenv;
clang14Stdenv = lowPrio llvmPackages_14.stdenv;
clang15Stdenv = lowPrio llvmPackages_15.stdenv;
clangAnalyzer = throw "'clangAnalyzer' has been renamed to/replaced by 'clang-analyzer'"; # Converted to throw 2022-02-22 clangAnalyzer = throw "'clangAnalyzer' has been renamed to/replaced by 'clang-analyzer'"; # Converted to throw 2022-02-22
clasp = clingo; # added 2022-12-22 clasp = clingo; # added 2022-12-22