Skip to content

Commit

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

PiperOrigin-RevId: 590618634
  • Loading branch information
d0k authored and copybara-github committed Dec 13, 2023
1 parent 46ea805 commit 93d23c4
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 = "cd9a641613eddf25d4b25eaa96b2c393d401d42c"
LLVM_SHA256 = "1495301b0048da51b189a30434a834a73b079e6092b5c614c9f257ee1ffe0a43"
LLVM_COMMIT = "c9e10034c4f82724dd8ba6f31c1546bf581c90ba"
LLVM_SHA256 = "feea5f528f8bef9ded7c424cfdb28347ad468ddd5921f7b353ca8bab102ed60b"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 93d23c4

Please sign in to comment.