Skip to content

Commit

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

PiperOrigin-RevId: 700743133
  • Loading branch information
d0k authored and copybara-github committed Nov 27, 2024
1 parent 246e763 commit 6a92f04
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 = "b214ca82daeece1568268ebc0fbcc2eaa649425b"
LLVM_SHA256 = "3894d536d9dcdae1c18df738cabd37a3ede1e2f7e10c335ba14ab71b07bdad5d"
LLVM_COMMIT = "f67ba5855278401728413431216dda5d370ac2e0"
LLVM_SHA256 = "11b0bf49f2cbf34b951ec940979290b57833bbccb74ea3a9ad379123ce229870"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 6a92f04

Please sign in to comment.