mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Integrate LLVM at llvm/llvm-project@ac312a9d7c
Updates LLVM usage to match [ac312a9d7c03](https://github.com/llvm/llvm-project/commit/ac312a9d7c03) PiperOrigin-RevId: 395099564 Change-Id: Ie59ee9ee169a7b95d60ab0bf6b3235ae7a1556c5
This commit is contained in:
parent
409e6a835f
commit
ddc99304b9
4
third_party/llvm/workspace.bzl
vendored
4
third_party/llvm/workspace.bzl
vendored
|
|
@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
|
||||||
|
|
||||||
def repo(name):
|
def repo(name):
|
||||||
"""Imports LLVM."""
|
"""Imports LLVM."""
|
||||||
LLVM_COMMIT = "a0a5964499816373c50d6d6a3a4b38c1b53f6714"
|
LLVM_COMMIT = "ac312a9d7c03f0be53834d3f295f1971aaf54649"
|
||||||
LLVM_SHA256 = "3d40029381377d498a32c51991dcd6ae65f1172b7e5bff1a303ff89feda1d75f"
|
LLVM_SHA256 = "e1255347d9f085638e10cd362e3f60635d74c398f417f453e9ed3b80a0e87b6a"
|
||||||
|
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = name,
|
name = name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user