forked from mirrors/nixpkgs
Merge pull request #213497 from Et7f3/add_llvm15_attribute
llvmPackages_15: add attributes
This commit is contained in:
commit
6b6fda0e24
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue