nixpkgs/pkgs/development/compilers/llvm/13
sternenseemann e238f456b8 llvmPackages_*.clang: pick clangUseLLVM if targetPlatform.useLLVM
libcxxClang still depends on cc wrapper's gccForLibs for libgcc which is
not available when useLLVM is set. In such cases we need to switch to
clangUseLLVM and (try) to use compiler-rt instead.

Resolves #153759: pkgsLLVM.llvmPackages.stdenv now correctly
clangUseLLVM as cc, allowing compilation to work as expected.
2022-01-07 14:52:13 +01:00
..
bintools
clang llvmPackages_13.clang: revert D100879 2021-12-01 15:28:33 +08:00
compiler-rt llvmPackages_{12,13,git}.compiler-rt: remove new runtimes in useLLVM 2022-01-05 18:17:53 +01:00
libcxx llvmPackages.libcxx: unset _LIBCPP_USE_AVAILABILITY_APPLE 2021-12-18 10:09:25 -05:00
libcxxabi llvmPackages_13.libcxx: fix darwin build 2021-11-25 19:59:17 +09:00
libunwind
lld llvmPackages_13.lld: add postPatch to fix Darwin build 2021-09-23 09:17:31 +09:00
lldb llvmPackages_13.lldb: python into lib & wrap binary 2021-08-08 19:19:47 +02:00
llvm llvm_13: fix cross-compilation 2021-11-16 00:42:58 +01:00
openmp
default.nix llvmPackages_*.clang: pick clangUseLLVM if targetPlatform.useLLVM 2022-01-07 14:52:13 +01:00