Skip to content

Commit

Permalink
Merge pull request #126559 from zhaofengli/riscv-llvm-11-default
Browse files Browse the repository at this point in the history
llvmPackage: Use LLVM 11 for RISC-V
  • Loading branch information
SuperSandro2000 authored Jun 15, 2021
2 parents 8010a87 + cc4e1d5 commit 4de3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11503,7 +11503,7 @@ in
/**/ if platform.isDarwin then (if platform.isAarch64 then 11 else 7)
else if platform.isFreeBSD then 7
else if platform.isAndroid then 12
else if platform.isLinux then (if platform.isRiscV then 9 else 7)
else if platform.isLinux then (if platform.isRiscV then 11 else 7)
else if platform.isWasm then 8
else 11; # latest
# We take the "max of the mins". Why? Since those are lower bounds of the
Expand Down

0 comments on commit 4de3cb8

Please sign in to comment.