Revert "llvmPackages_13.compiler-rt-libc: also apply tmp hack"

This reverts commit 9bf18e069e.
This commit is contained in:
Adam Joseph 2023-04-12 08:16:47 -07:00
parent 15e2a735f8
commit 6f8a69ee31

View file

@ -236,7 +236,7 @@ let
inherit llvm_meta;
stdenv = if stdenv.hostPlatform.useLLVM or false
then overrideCC stdenv buildLlvmTools.clangNoCompilerRtWithLibc
else stdenv-tmpDropB;
else stdenv;
};
compiler-rt-no-libc = callPackage ./compiler-rt {