Skip to content

Commit 4b7071b

Browse files
tensorflower-gardenerTensorFlow MLIR Team
authored andcommitted
Updates LLVM usage to match [3959bbc1345b](llvm/llvm-project@3959bbc1345b) PiperOrigin-RevId: 738981090
1 parent 409ed6f commit 4b7071b

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 = "0230d63b4a8b9f420b0aaac373891df1199715a8"
32+
LLVM_COMMIT = "3959bbc1345b9eb99b208e816a86e6a39103c345"
3333

34-
LLVM_SHA256 = "27641dbb2ee0fecb6f084a4300b0c27ac692c2d1214fad236dc5e19dd7962693"
34+
LLVM_SHA256 = "e3d71ff1bbc9512816a2db0a8eddd8b49717487eed8318ec67a7ac593e4b652c"
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-
0230d63b4a8b9f420b0aaac373891df1199715a8
1+
3959bbc1345b9eb99b208e816a86e6a39103c345
22

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0230d63b4a8b9f420b0aaac373891df1199715a8
1+
3959bbc1345b9eb99b208e816a86e6a39103c345

0 commit comments

Comments
 (0)