Skip to content

Commit f7fd247

Browse files
gribozavrTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [9c9d4b9e73c1](llvm/llvm-project@9c9d4b9e73c1) PiperOrigin-RevId: 702681415
1 parent c643f72 commit f7fd247

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 = "109e4a147faa80aa0ef4da92da203dd6732ee415"
32+
LLVM_COMMIT = "9c9d4b9e73c19842c4fde581cec0295abed8c977"
3333

34-
LLVM_SHA256 = "108a121809bbf74eb8515df3c45a3f9f70b49d3aa11f9e263e6abe47c1cee4e4"
34+
LLVM_SHA256 = "0c0fb301ce5da9ea3042fd35856924ed3f89c73aa0fc062b38d96d6a0d0bfc4d"
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-
109e4a147faa80aa0ef4da92da203dd6732ee415
1+
9c9d4b9e73c19842c4fde581cec0295abed8c977
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
109e4a147faa80aa0ef4da92da203dd6732ee415
1+
9c9d4b9e73c19842c4fde581cec0295abed8c977

0 commit comments

Comments
 (0)