Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@c511c90680ee
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj committed Apr 4, 2024
1 parent 1837699 commit 1c46d44
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 = "9df19ce40281551bd348b262a131085cf98dadf5"
LLVM_COMMIT = "c511c90680eecae2e4adb87f442f41d465feb0f2"

LLVM_SHA256 = "60a32f6344450da92d170a19d06c742211c208e50274983c13e59147278788d7"
LLVM_SHA256 = "9667d22e7a5ccee5acc209abca172ac7fef99f67281c3099568e9eda541771f0"

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 @@
9df19ce40281551bd348b262a131085cf98dadf5
c511c90680eecae2e4adb87f442f41d465feb0f2

0 comments on commit 1c46d44

Please sign in to comment.