Skip to content

Commit

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

PiperOrigin-RevId: 590707815
  • Loading branch information
MaskRay authored and copybara-github committed Dec 13, 2023
1 parent 93d23c4 commit dbd8da3
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 = "c9e10034c4f82724dd8ba6f31c1546bf581c90ba"
LLVM_SHA256 = "feea5f528f8bef9ded7c424cfdb28347ad468ddd5921f7b353ca8bab102ed60b"
LLVM_COMMIT = "12f6d556d22e2b3a170d92f648b231d2a1cb99fd"
LLVM_SHA256 = "a04053e1bda6fead0587ff5fc520b04282f5ee23fa2aea83e8e47e1dc216c64a"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit dbd8da3

Please sign in to comment.