Skip to content

Commit

Permalink
llvmPackages_13.compiler-rt-libc: also apply tmp hack
Browse files Browse the repository at this point in the history
This part got forgotten in commit ac3acd9.
  • Loading branch information
vcunat committed Apr 12, 2023
1 parent ac3acd9 commit 9bf18e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/llvm/13/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ let
inherit llvm_meta;
stdenv = if stdenv.hostPlatform.useLLVM or false
then overrideCC stdenv buildLlvmTools.clangNoCompilerRtWithLibc
else stdenv;
else stdenv-tmpDropB;
};

compiler-rt-no-libc = callPackage ./compiler-rt {
Expand Down

0 comments on commit 9bf18e0

Please sign in to comment.