Skip to content

Commit

Permalink
[nix] upgrade LLVM to 18
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 19, 2024
1 parent d4a4ee8 commit 3445cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
final: prev:

let
llvmForRVV_attrName = "llvmPackages_17"; # brand new clang with v0.12 rvv intrinsic support
llvmForRVV_attrName = "llvmPackages_18"; # brand new clang with v0.12 rvv intrinsic support
rv32_pkgs = final.pkgsCross.riscv32-embedded;
rv32_buildPkgs = rv32_pkgs.buildPackages;
in
Expand Down

0 comments on commit 3445cc3

Please sign in to comment.