From 4f6cce3fbced833487471211b7edd3db78168c23 Mon Sep 17 00:00:00 2001 From: Jorge Gorbe Moya Date: Wed, 1 Nov 2023 11:55:51 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@4fbbb7ad7c1c Updates LLVM usage to match [4fbbb7ad7c1c](https://github.com/llvm/llvm-project/commit/4fbbb7ad7c1c) PiperOrigin-RevId: 578592937 --- 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 4fba697d005..b67e6f023c6 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 = "6ae7b735dbd50eb7ade1573a86d037a2943e679c" - LLVM_SHA256 = "fb798e60da1f6d55fa44ec9c44e7e8765b33bc23ed4a497e8370d62332be0f5f" + LLVM_COMMIT = "4fbbb7ad7c1c96f0fa795e2b1528b93f604e2303" + LLVM_SHA256 = "57b0428bcc4f5f71da56a1bb36fd98a4c819aac75d103bcb4a52ffce36b4c573" tfrt_http_archive( name = name,