From 4c790c68f440d84e2e64a7739b5d513f60453234 Mon Sep 17 00:00:00 2001 From: TFRT team Date: Fri, 16 Feb 2024 01:49:17 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@95e8a7c863d1 Updates LLVM usage to match [95e8a7c863d1](https://github.com/llvm/llvm-project/commit/95e8a7c863d1) PiperOrigin-RevId: 607612354 --- 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 249efc48bec..6b125aff6f7 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 = "d592c8ec8f7138dcbde6f0890d048e59cba95041" - LLVM_SHA256 = "23a59fb74f8a2747ca1361b84624da4403b56bd908037c03585194a7a44225f4" + LLVM_COMMIT = "95e8a7c863d17b929232d3e57007d342ffb3001d" + LLVM_SHA256 = "73777e1a6fe5311798b018c668549c8317dc93c5a14c4905d1645aa4a7c02713" tfrt_http_archive( name = name,