Skip to content

Commit

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

PiperOrigin-RevId: 546848989
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Jul 10, 2023
1 parent 5074b8e commit a44557a
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 = "d5241e48743ca2235bd3328d5e1584f70df8e601"
LLVM_SHA256 = "7ed495e702afdabf99f3de3b44ab52685636c8c5d3aa715e728884c6b1de88a1"
LLVM_COMMIT = "dbaa5838c13e5593b9de37b8f3daffe4cb914a17"
LLVM_SHA256 = "79a02eb8733ec1f51c23fdc0cfc123fb023d855fe53ca59515cd8c6cb2af8993"

tf_http_archive(
name = name,
Expand Down

0 comments on commit a44557a

Please sign in to comment.