From 454cf0809b044fa9bec344f1b22d219a125de196 Mon Sep 17 00:00:00 2001 From: TFRT team Date: Wed, 14 Feb 2024 07:58:44 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@5932f3f861f8 Updates LLVM usage to match [5932f3f861f8](https://github.com/llvm/llvm-project/commit/5932f3f861f8) PiperOrigin-RevId: 606985485 --- 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 47d708e3b52..6a3aeb11b54 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 = "f45b9d987dfc5904d4129aa006ab20614b3174e3" - LLVM_SHA256 = "3f18a73ba7be8799d6b261350c373a215f3de26300d9e765068ae0c78b2e9d69" + LLVM_COMMIT = "5932f3f861f84305bd01050d0af8e0dcb232a8b3" + LLVM_SHA256 = "ffbb065b6b9c2aef72949e84484ce5db3a86f682e7f4910a79eb5236856d259a" tfrt_http_archive( name = name,