Skip to content

Commit

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

PiperOrigin-RevId: 579333189
  • Loading branch information
slackito authored and copybara-github committed Nov 3, 2023
1 parent 9c95e5c commit dde2f4d
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", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "46732e2abb34fd7a5c1d52b959d4d07f118479dd"
LLVM_SHA256 = "6e493b00b558d5c30dff9d6089747e8e5a355f0111730ff8053863e72fba37bd"
LLVM_COMMIT = "015c06ade023362ba7410e06618dea407fa07e5f"
LLVM_SHA256 = "ce2c5556c8aeed5184a935ad3752d8dc1bf18ed3bf9298b41e4acb4b9f18393a"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit dde2f4d

Please sign in to comment.