mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
99df680e03
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. |
||
---|---|---|
.. | ||
clang | ||
compiler-rt | ||
libcxx | ||
lld | ||
lldb | ||
llvm | ||
openmp | ||
default.nix |