Skip to content

Commit ddc9930

Browse files
Updates LLVM usage to match [ac312a9d7c03](llvm/llvm-project@ac312a9d7c03) PiperOrigin-RevId: 395099564 Change-Id: Ie59ee9ee169a7b95d60ab0bf6b3235ae7a1556c5
1 parent 409e6a8 commit ddc9930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/llvm/workspace.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "a0a5964499816373c50d6d6a3a4b38c1b53f6714"
8-
LLVM_SHA256 = "3d40029381377d498a32c51991dcd6ae65f1172b7e5bff1a303ff89feda1d75f"
7+
LLVM_COMMIT = "ac312a9d7c03f0be53834d3f295f1971aaf54649"
8+
LLVM_SHA256 = "e1255347d9f085638e10cd362e3f60635d74c398f417f453e9ed3b80a0e87b6a"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)