Skip to content

Commit

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

PiperOrigin-RevId: 578129190
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Oct 31, 2023
1 parent 3c5472b commit 5dd494e
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 = "01828c4323172db5901ac3e959d52553b2bd74e5"
LLVM_SHA256 = "d0f066d90b4ddb1bfd8ec9d8e4937ce6c624f04d826306dc9f41a866cf333a91"
LLVM_COMMIT = "dc8c2a7794a65f98184eeddf9c3020c1e0a08580"
LLVM_SHA256 = "7857a3b4e3c59e2f47419e420f95782bf62fddaf996f12b2bc834a58d140e140"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 5dd494e

Please sign in to comment.