Skip to content

Commit

Permalink
Update LLVM version with fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Marques <[email protected]>
  • Loading branch information
luismarques committed Feb 12, 2024
1 parent 07af05f commit 40df9e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchains/lowrisc_rv32imcb/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def lowrisc_rv32imcb_repos(local = None):
http_archive_or_local(
name = "lowrisc_rv32imcb_files",
local = local,
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20230519-1/lowrisc-toolchain-rv32imcb-20230519-1.tar.xz",
sha256 = "08b1ba2089aa4206efdca93b7ab70152c3fe16ef4c6ee112a4f35ee3dc65aa8c",
strip_prefix = "lowrisc-toolchain-rv32imcb-20230519-1",
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240206-1/lowrisc-toolchain-rv32imcb-20240206-1.tar.xz",
sha256 = "7bd480f95c9e2b1161136b2e28b45ac1eb151444b3c0ec4b6db149533da82ba2",
strip_prefix = "lowrisc-toolchain-rv32imcb-20240206-1",
build_file = Label("//toolchains:BUILD.export_all.bazel"),
)

0 comments on commit 40df9e3

Please sign in to comment.