darwin.stdenv: Update to LLVM 11 and clang 11.1.0

This commit is contained in:
toonn 2021-04-15 14:06:41 +02:00 committed by Jonathan Ringer
parent 84454c3233
commit cc767e1d05

View File

@ -4,7 +4,7 @@
, config
, overlays
, crossOverlays ? [ ]
, bootstrapLlvmVersion ? if localSystem.isAarch64 then "11.1.0" else "7.1.0"
, bootstrapLlvmVersion ? "11.1.0"
# Allow passing in bootstrap files directly so we can test the stdenv bootstrap process when changing the bootstrap tools
, bootstrapFiles ? if localSystem.isAarch64 then
let