nixpkgs/pkgs/development/compilers/llvm/14
Randy Eckenrode 99df680e03
llvmPackages_{12,13,14,15,16,17,18,git}: use fixpoint instead of rec
Currently, overriding llvmPackages.libllvm doesn’t work correctly. The
original version of libllvm will also be built because it is referenced
by libclang. Switching to the fixpoint allows the override to be
propagated to clang as expected. This will be needed for future Darwin
stdenv bootstrap improvements.
2024-04-21 20:52:37 -04:00
..
clang llvmPackages_{12,13,14,15,16,17,18,git}: use common clang 2024-04-13 19:01:42 -07:00
compiler-rt
libunwind
lld
lldb
llvm
openmp
default.nix llvmPackages_{12,13,14,15,16,17,18,git}: use fixpoint instead of rec 2024-04-21 20:52:37 -04:00