Skip to content

Commit

Permalink
Bump LLVM Version to cd66c9b6a04689659348c0a3ff4c1205b1133fe9 (google…
Browse files Browse the repository at this point in the history
…#269)

This patch bumps the LLVM verson to include some fixes related to CPU
pinning of the benchmarking subprocess.
  • Loading branch information
boomanaiden154 authored Dec 30, 2024
1 parent a1e11cc commit 8e7f231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ new_git_repository(
# The pinned version of LLVM, and its SHA256 hash. The `LLVM_COMMIT` variable in
# `.github/workflows/main.yaml` must be updated to match this everytime it is
# changed.
LLVM_COMMIT = "842fd1537521d38913aec5c9a081afedf97d88fe"
LLVM_COMMIT = "cd66c9b6a04689659348c0a3ff4c1205b1133fe9"

LLVM_SHA256 = "21a1d434b4dbbafee65c2a9fc8e64ac3e3210eab9c5d67affd8d6d36bbf979b3"
LLVM_SHA256 = "8d2a8b2e0accdf072a3897aec6a3e68d522dfc1b40416b3c4215bb5af36a36e1"

http_archive(
name = "llvm-raw",
Expand Down

0 comments on commit 8e7f231

Please sign in to comment.