llvm_39: unconditionally apply sigaltstack fix

(as we do on other LLVM builds)
This commit is contained in:
Will Dietz 2018-06-23 11:30:41 -05:00
parent 96cfd14fd2
commit 04fb628780

View File

@ -94,7 +94,7 @@ in stdenv.mkDerivation rec {
substitute '${./llvm-outputs.patch}' ./llvm-outputs.patch --subst-var lib substitute '${./llvm-outputs.patch}' ./llvm-outputs.patch --subst-var lib
patch -p1 < ./llvm-outputs.patch patch -p1 < ./llvm-outputs.patch
'' ''
+ stdenv.lib.optionalString (stdenv ? glibc) '' + ''
( (
cd projects/compiler-rt cd projects/compiler-rt
patch -p1 < ${ patch -p1 < ${