Revert "llvmPackages_13.compiler-rt-libc: also apply tmp hack"
This reverts commit 9bf18e069e
.
This commit is contained in:
parent
15e2a735f8
commit
6f8a69ee31
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue