mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Integrate LLVM at llvm/llvm-project@2dd22da965
Updates LLVM usage to match [2dd22da965ff](https://github.com/llvm/llvm-project/commit/2dd22da965ff) PiperOrigin-RevId: 367965285 Change-Id: I8665e2cd74db27f9296177361a5b505c6b4651c1
This commit is contained in:
parent
22ba168c4b
commit
52e009a511
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):
|
||||
"""Imports LLVM."""
|
||||
LLVM_COMMIT = "6ce76ff7eb7640e53b65f0473848ce7d08165c98"
|
||||
LLVM_SHA256 = "7f881381d7fd99216716416d9c98de36d47bebb433881fa54dd43b981163664f"
|
||||
LLVM_COMMIT = "2dd22da965ffc1623421cb8163947d7e679ce187"
|
||||
LLVM_SHA256 = "d741a884cde02185090d6920bc7bbe9751c3b69a46360f0fd3fef0c877f423fe"
|
||||
|
||||
tf_http_archive(
|
||||
name = name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user