Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@f46f93b47863
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[f46f93b47863](llvm/llvm-project@f46f93b47863)

PiperOrigin-RevId: 409489032
Change-Id: I18de4362c5f4811e823962b1e5a4d5095d9b310a
  • Loading branch information
tensorflower-gardener committed Nov 12, 2021
1 parent 2dd0dcc commit 037584e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "1d7fdbbc183aee2f1168425ae21e961164495466"
LLVM_SHA256 = "7a1e031a82626ca8461367c8e18b9091d867723141191a721e0f6173cf61973d"
LLVM_COMMIT = "f46f93b4786377dd7ee704ef2beedadfe4f05adf"
LLVM_SHA256 = "7235b032f2dd06cfaeae625eaed1a75bee5a368859198a04c4f53daa176b851f"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 037584e

Please sign in to comment.