From f20e40798795e2e6894d62da9b707ff2fd5332b1 Mon Sep 17 00:00:00 2001 From: TFRT team Date: Sat, 9 Mar 2024 18:18:07 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@e93489c434da Updates LLVM usage to match [e93489c434da](https://github.com/llvm/llvm-project/commit/e93489c434da) PiperOrigin-RevId: 614308779 --- 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 a733a00fb94..d3ece57134a 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 = "9baa4140f2b633a8d075f859690139ef2d79b78b" - LLVM_SHA256 = "f7a72ba71bb14af5d5d661490cd482aa99912cce1a86c3e0263b4f5cbdd00652" + LLVM_COMMIT = "e93489c434da5fd93ed54c3c41b0c06f718bb8ff" + LLVM_SHA256 = "38ba7fd9658f03183c2af82d8e4dd1d0c7d68524597510a2adbba950a4d01af7" tfrt_http_archive( name = name,