about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/13
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-04-12 11:06:33 +0200
committerVladimír Čunát <v@cunat.cz>2023-04-12 11:26:19 +0200
commit9bf18e069e9c5455b7759f9b6e2ee8ebedff2279 (patch)
tree31ff6beeba8b48253b1ad2aed838905cf4d5488d /pkgs/development/compilers/llvm/13
parentac3acd956f730fa9870d4488c91699c8e2892a39 (diff)
llvmPackages_13.compiler-rt-libc: also apply tmp hack
This part got forgotten in commit ac3acd956f730fa98.
Diffstat (limited to 'pkgs/development/compilers/llvm/13')
-rw-r--r--pkgs/development/compilers/llvm/13/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/13/default.nix b/pkgs/development/compilers/llvm/13/default.nix
index a51cfc001e0b7..528bfbe5314a4 100644
--- a/pkgs/development/compilers/llvm/13/default.nix
+++ b/pkgs/development/compilers/llvm/13/default.nix
@@ -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 {