From 4601185247e512a80cb858ff5a30507e59eece67 Mon Sep 17 00:00:00 2001 From: TFRT team Date: Thu, 15 Feb 2024 06:22:07 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@d592c8ec8f71 Updates LLVM usage to match [d592c8ec8f71](https://github.com/llvm/llvm-project/commit/d592c8ec8f71) PiperOrigin-RevId: 607311624 --- third_party/llvm/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 6a3aeb11b54..249efc48bec 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tfrt_http_archive") def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "5932f3f861f84305bd01050d0af8e0dcb232a8b3" - LLVM_SHA256 = "ffbb065b6b9c2aef72949e84484ce5db3a86f682e7f4910a79eb5236856d259a" + LLVM_COMMIT = "d592c8ec8f7138dcbde6f0890d048e59cba95041" + LLVM_SHA256 = "23a59fb74f8a2747ca1361b84624da4403b56bd908037c03585194a7a44225f4" tfrt_http_archive( name = name,