Skip to content

Commit 3e67f70

Browse files
d0kTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [a531800344dc](llvm/llvm-project@a531800344dc) PiperOrigin-RevId: 714047103
1 parent 21303d7 commit 3e67f70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ http_archive(
2929
],
3030
)
3131

32-
LLVM_COMMIT = "644de6ad1c758d3bf754d7d50b98c555df5231b1"
32+
LLVM_COMMIT = "a531800344dc54e9c197a13b22e013f919f3f5e1"
3333

34-
LLVM_SHA256 = "8ccd3cd59205f36019192d9dabd4dd49603fc4345fb57cdf323a55570cb572bd"
34+
LLVM_SHA256 = "74a873f8d4c677d192e9bfade095af3363c76b0fb23c5f6260121d74322744bc"
3535

3636
http_archive(
3737
name = "llvm-raw",

build_tools/llvm_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
644de6ad1c758d3bf754d7d50b98c555df5231b1
1+
a531800344dc54e9c197a13b22e013f919f3f5e1
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
644de6ad1c758d3bf754d7d50b98c555df5231b1
1+
a531800344dc54e9c197a13b22e013f919f3f5e1

0 commit comments

Comments
 (0)