Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@36adf8ecedb6
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Sep 16, 2024
1 parent 7f88b35 commit 583b561
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 = "eaa95a1c2bd38332c1a4e634595f29d22b28ffea"
LLVM_COMMIT = "36adf8ecedb64047021265a1e1730773d3b3a9e8"

LLVM_SHA256 = "c9a50bb272d70f0ee360642d035761b27298afe78adf5c8a30dca50529ac21d6"
LLVM_SHA256 = "7baedfc21f67f64f054482cbe77cb3049cd4428187cd45799e10ff8eb03dc9f6"

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 @@
eaa95a1c2bd38332c1a4e634595f29d22b28ffea
36adf8ecedb64047021265a1e1730773d3b3a9e8

0 comments on commit 583b561

Please sign in to comment.