From 683991977c6856a8b084be3fd9b5cd6c9f30b963 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 11 Dec 2023 02:41:58 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@3ec6c7255184 Updates LLVM usage to match [3ec6c7255184](https://github.com/llvm/llvm-project/commit/3ec6c7255184) PiperOrigin-RevId: 589759032 --- 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 ca879319931..9bd24b5760a 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 = "687e63a2bddf7eb9e91d9d718e48942aca47c631" - LLVM_SHA256 = "674e36a698c2ad535c56c69f1cdbf7e3676cee834da6ccb4b4920d0ff05e526a" + LLVM_COMMIT = "3ec6c72551846b8f4143c8c101a1a6203e85a2aa" + LLVM_SHA256 = "5a737ffdc898731a0f7408c1596226a80576421b8ae8c8c0afc06f0b912f519e" tfrt_http_archive( name = name,