Skip to content

Commit 3ae14eb

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Updates LLVM usage to match [c511c90680ee](llvm/llvm-project@c511c90680ee) PiperOrigin-RevId: 621836786
1 parent 5b127c0 commit 3ae14eb

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
@@ -29,9 +29,9 @@ http_archive(
2929
],
3030
)
3131

32-
LLVM_COMMIT = "9df19ce40281551bd348b262a131085cf98dadf5"
32+
LLVM_COMMIT = "c511c90680eecae2e4adb87f442f41d465feb0f2"
3333

34-
LLVM_SHA256 = "60a32f6344450da92d170a19d06c742211c208e50274983c13e59147278788d7"
34+
LLVM_SHA256 = "9667d22e7a5ccee5acc209abca172ac7fef99f67281c3099568e9eda541771f0"
3535

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

build_tools/llvm_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
9df19ce40281551bd348b262a131085cf98dadf5
1+
c511c90680eecae2e4adb87f442f41d465feb0f2
22

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9df19ce40281551bd348b262a131085cf98dadf5
1+
c511c90680eecae2e4adb87f442f41d465feb0f2

0 commit comments

Comments
 (0)