Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@42b696d7b994
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist committed Sep 23, 2024
1 parent 9bb28f8 commit aec496a
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 = "94c024adedcb53059c29d7c2d62982053b60e86a"
LLVM_COMMIT = "42b696d7b9942fdf07d65267da40ab178464adaa"

LLVM_SHA256 = "204cedeaab86f065ef64cb3889dd2e92ddd4a8f5d5b6bc1cb4b276694fb6a798"
LLVM_SHA256 = "4f0d2053b381d3f074c64b2e460792cab11a02333f1c88bbc22b01686cf2fcb0"

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 @@
94c024adedcb53059c29d7c2d62982053b60e86a
42b696d7b9942fdf07d65267da40ab178464adaa

0 comments on commit aec496a

Please sign in to comment.