Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@6b4b8dc4a45d
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj committed Sep 4, 2024
1 parent d68ab07 commit 0b5515e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ workspace(name = "stablehlo")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

LLVM_COMMIT = "f142f8afe21bceb00fb495468aa0b5043e98c419"
LLVM_COMMIT = "6b4b8dc4a45dccec43a9c0d76a80ebae50df55b0"

LLVM_SHA256 = "f1fb583a7306abdf6282dd88d67f52399a582eaefdf85ec788a2ffee53b0707b"
LLVM_SHA256 = "c98b83f609c14a9937fd933464bfca80167800c43fc2a8bf1554a031996d5325"

http_archive(
name = "llvm-raw",
Expand Down
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f142f8afe21bceb00fb495468aa0b5043e98c419
6b4b8dc4a45dccec43a9c0d76a80ebae50df55b0

0 comments on commit 0b5515e

Please sign in to comment.