Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@6c4267fb1779
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist committed Oct 24, 2024
1 parent 5ae7716 commit 72a1295
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 = "12bcea3292a1559ecad549b5d34c8abcf19f2626"
LLVM_COMMIT = "6c4267fb1779bc5550bb413f33250f9365acfbc6"

LLVM_SHA256 = "1ce4ec480f47e8b46cea858a652d18dff18844c821d18836c41edbf36151c209"
LLVM_SHA256 = "7010ee8fe86246fabcaedbed21fa9ac2bd2542e0d2ad6172a4481e0294fdf354"

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 @@
12bcea3292a1559ecad549b5d34c8abcf19f2626
6c4267fb1779bc5550bb413f33250f9365acfbc6

0 comments on commit 72a1295

Please sign in to comment.