nixpkgs/pkgs/development/compilers/llvm/16
Alyssa Ross ee9c2b7c6a llvmPackages_16.mlir: init
The Nixpkgs release code generates a list of attributes on
x86_64-linux, then tries to evaluate them on all platforms.  This
meant that Darwin evals broke when llvmPackages was bumped to 17 on
Linux, because the list of attributes is evaluated for Linux, finds an
llvmPackages.mlir attribute, then gets an evaluation error when it
tries to evalute that on Darwin.  The easiest fix is to just make sure
an llvmPackages.mlir attribute exists on Darwin too.
2024-03-01 20:59:17 +01:00
..
clang llvmPackages: move patches to proper folders (#287092) 2024-02-23 05:14:36 +01:00
compiler-rt llvmPackages.compiler-rt: mark broken for RISC-V GCC 2024-01-20 13:21:24 +01:00
libcxx llvmPackages_{15,16,17,git}.libcxx: fix darwin link flags (#278945) 2024-01-12 08:45:41 -06:00
libcxxabi llvmPackages_16.libcxxabi: fix wasi32 build 2023-10-27 18:37:52 -04:00
libunwind llvmPackages_15, llvmPackages_16: Make the pkgsLLVM.stdenv work 2023-08-22 17:33:24 +01:00
lld llvmPackages_16.lld: backport table-base patch 2023-10-10 13:16:50 -04:00
lldb llvmPackages_{14,15,16,17,git}.lldb: unify lua and python path patch 2024-01-04 11:00:25 +01:00
llvm llvmPackages_*.llvm: disable trivialautovarinit hardening flag 2024-02-24 12:00:10 +00:00
openmp
default.nix llvmPackages_16.mlir: init 2024-03-01 20:59:17 +01:00