Skip to content

Commit

Permalink
hls/xls: bump llvm toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Feb 20, 2024
1 parent 84eb983 commit 0960cd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hls/xls/bump-llvm-toolchain.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/WORKSPACE b/WORKSPACE
index 7e9db5ff..57c81cca 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -36,7 +36,7 @@ load("@toolchains_llvm//toolchain:rules.bzl", "llvm_toolchain")

llvm_toolchain(
name = "llvm_toolchain",
- llvm_version = "17.0.2",
+ llvm_version = "17.0.6",
)

load("@llvm_toolchain//:toolchains.bzl", "llvm_register_toolchains")
2 changes: 2 additions & 0 deletions hls/xls/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package:
source:
- git_url: https://github.com/google/xls.git
git_rev: main
patches:
- bump-llvm-toolchain.patch # to remove libtinfo deps
- url: https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64
sha256: ce52caa51ef9e509fb6b7e5ad892e5cf10feb0794b0aed4d2f36adb00a1a2779

Expand Down

0 comments on commit 0960cd0

Please sign in to comment.