Skip to content

Commit

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

PiperOrigin-RevId: 631817137
  • Loading branch information
d0k authored and Copybara-Service committed May 8, 2024
1 parent 00431fc commit 41632c1
Show file tree
Hide file tree
Showing 5 changed files with 23,274 additions and 600 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 = "1d87465a0a95cee9accc5dce7abdabbbc3f3c122"
LLVM_SHA256 = "d08c7b4b66375b25850a7f05e7cf0dd9b84135ac5e61ff8f5108eb4f6e42c5c5"
LLVM_COMMIT = "3a8316216807d64a586b971f51695e23883331f7"
LLVM_SHA256 = "cb6524ab8c3a6694cbe3897db45d1b9277d2e171ac035d56463afac5d18098ca"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 41632c1

Please sign in to comment.