From a04488cd241155818cc11d20fabf89f656ec4714 Mon Sep 17 00:00:00 2001 From: TFRT team Date: Wed, 7 Feb 2024 17:19:04 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@3115ad8980e7 Updates LLVM usage to match [3115ad8980e7](https://github.com/llvm/llvm-project/commit/3115ad8980e7) PiperOrigin-RevId: 605144267 --- 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 c8dc3f1ab84..95f3e7713f2 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 = "e71a5f54d86be3ddf66d4a4e53d5083ef7f7a118" - LLVM_SHA256 = "d02db3b49b01bb1b6292d4b49bd849a3e02d14fb1b4cd29f16732b5c20cadf67" + LLVM_COMMIT = "3115ad8980e7d36adca95b5449db8ebf9bd94bf2" + LLVM_SHA256 = "79b374402333ee896b0d72fbdc47b6cce96c4e6ff8bc061a7130ea061caab295" tfrt_http_archive( name = name,