Skip to content

Commit

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

PiperOrigin-RevId: 584584462
  • Loading branch information
krasimirgg authored and copybara-github committed Nov 22, 2023
1 parent bf0098d commit 16b6347
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 = "56f569049c9df7e4db6aa14eae6c4fe200350bf6"
LLVM_SHA256 = "235230c14159169d8aaee0a728ab0a903d4b8b42a7a66dbfc6fd06c51dbd9a64"
LLVM_COMMIT = "cc2128714e66b985919442bdece4902a35e56937"
LLVM_SHA256 = "c0b82993536ada8c5961ddefcb6e00f42ebb5b67d61aa881ec6e98cb963cb864"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 16b6347

Please sign in to comment.