Skip to content

Commit 64d4489

Browse files
gribozavrTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [feebcd65fb7e](llvm/llvm-project@feebcd65fb7e) PiperOrigin-RevId: 619913390
1 parent cae5b75 commit 64d4489

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ http_archive(
2727
],
2828
)
2929

30-
LLVM_COMMIT = "3cf169ca160eaf5464503fbd93d73ee1d8597936"
30+
LLVM_COMMIT = "feebcd65fb7e0534f5219e05432a05e45aa8cd2a"
3131

32-
LLVM_SHA256 = "b63cac687df1bc98e3eb0289f3be6824fcb1b106d0720b5c083417918d1029fd"
32+
LLVM_SHA256 = "39b2b0c5f5fefb54866a0e9738f1617d79049dbac3b5cdecb7b1f785a57bb669"
3333

3434
http_archive(
3535
name = "llvm-raw",

build_tools/llvm_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3cf169ca160eaf5464503fbd93d73ee1d8597936
1+
feebcd65fb7e0534f5219e05432a05e45aa8cd2a
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3cf169ca160eaf5464503fbd93d73ee1d8597936
1+
feebcd65fb7e0534f5219e05432a05e45aa8cd2a

0 commit comments

Comments
 (0)