Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@f3d534c4251b
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[f3d534c4251b](llvm/llvm-project@f3d534c4251b)

PiperOrigin-RevId: 599164620
  • Loading branch information
tensorflower-gardener authored and TensorFlow MLIR Team committed Jan 17, 2024
1 parent 6eac880 commit 4490cef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ http_archive(
],
)

LLVM_COMMIT = "fdbf255c96cb18bc1fb08fa7264446bcbbd5fbd0"
LLVM_COMMIT = "f3d534c4251bb08ee210a49fcf721cefff7ded11"

LLVM_SHA256 = "8ace6421892d18f200c9b844e56a5d5e9f720abd99104a9837f46d8f490a9f41"
LLVM_SHA256 = "e09b2d8a6083570bd566e82b8dc17cb647646cd5832aeee053d70e08b16a90bb"

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,2 +1,2 @@
fdbf255c96cb18bc1fb08fa7264446bcbbd5fbd0
f3d534c4251bb08ee210a49fcf721cefff7ded11

2 changes: 1 addition & 1 deletion stablehlo/build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fdbf255c96cb18bc1fb08fa7264446bcbbd5fbd0
f3d534c4251bb08ee210a49fcf721cefff7ded11

0 comments on commit 4490cef

Please sign in to comment.