llvmPackages_12.libunwind: Make sure we get right llvm version
This commit is contained in:
parent
894a09dfd2
commit
4caedc060f
@ -229,12 +229,13 @@ let
|
|||||||
libunwind = libraries.libunwind;
|
libunwind = libraries.libunwind;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
openmp = callPackage ./openmp { inherit llvm_meta; };
|
libunwind = callPackage ./libunwind ({
|
||||||
|
inherit (buildLlvmTools) llvm;
|
||||||
libunwind = callPackage ./libunwind ({ inherit llvm_meta; } //
|
} // lib.optionalAttrs (stdenv.hostPlatform.useLLVM or false) {
|
||||||
(lib.optionalAttrs (stdenv.hostPlatform.useLLVM or false) {
|
|
||||||
stdenv = overrideCC stdenv buildLlvmTools.lldClangNoLibcxx;
|
stdenv = overrideCC stdenv buildLlvmTools.lldClangNoLibcxx;
|
||||||
}));
|
});
|
||||||
|
|
||||||
|
openmp = callPackage ./openmp { inherit llvm_meta; };
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user