Skip to content

Commit

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

PiperOrigin-RevId: 557203612
  • Loading branch information
alinas authored and TensorFlow MLIR Team committed Aug 15, 2023
1 parent 43139bc commit 1e71a7b
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 = "030e315ee771e9da0b6cf40abc5c3e14e84c3954"
LLVM_COMMIT = "2b2889b723b5d8ebd205251900ba327cb877c88f"

LLVM_SHA256 = "933dbf06be97fb47630fb684594dedb66af7d091a5c63701a4455bb11ab07093"
LLVM_SHA256 = "9b3a6c4dcbf6ca4df60df8b04cf70ec4adfbf071cbf75cf34ea57a3344ea3f8e"

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 @@
030e315ee771e9da0b6cf40abc5c3e14e84c3954
2b2889b723b5d8ebd205251900ba327cb877c88f

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

0 comments on commit 1e71a7b

Please sign in to comment.