Skip to content

Commit

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

PiperOrigin-RevId: 675978854
  • Loading branch information
d0k authored and copybara-github committed Sep 18, 2024
1 parent d1c037c commit c903d3b
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 = "815b0046b8998e3b9e7a964608c725eec8e85d8a"
LLVM_SHA256 = "a192d9c643e502713f4a74c9492f880d073dda753a6447d84d9d917b2676cf59"
LLVM_COMMIT = "6b6e2106f974286715bda1abf95d4ab08ac9946f"
LLVM_SHA256 = "077073cb028d3aae4f62275485bbb1c3d4a5e3cda2f01b6f616427e1a3c382d2"

tf_http_archive(
name = name,
Expand Down

0 comments on commit c903d3b

Please sign in to comment.