Skip to content

Commit

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

PiperOrigin-RevId: 685557305
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Oct 14, 2024
1 parent b4a4018 commit bd9526b
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 = "23309d7d9553af69b2912a159bc2e488acf69255"
LLVM_SHA256 = "d2f80fd052b6326eb6143e0c655335fa50617d66f0c8293dc68a9ac9cb42308a"
LLVM_COMMIT = "efcfa6e711689ada546c323316145ecd749d380a"
LLVM_SHA256 = "81c9afd66109be46e60ff335c51f2ce9dfbf3998dc87497209bf7cfa6d4f2b22"

tf_http_archive(
name = name,
Expand Down

0 comments on commit bd9526b

Please sign in to comment.