From b9377712610aaf7e3547f13738723aab554e7ac1 Mon Sep 17 00:00:00 2001 From: TFRT team Date: Fri, 8 Dec 2023 16:15:57 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@687e63a2bddf Updates LLVM usage to match [687e63a2bddf](https://github.com/llvm/llvm-project/commit/687e63a2bddf) PiperOrigin-RevId: 589269613 --- 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 814e2e3b818..ca879319931 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 = "96a5135e567a1eaf284706359f0e51efa3db3d51" - LLVM_SHA256 = "11cfd443b18f4e7f269101916b61116bd822d6577b0eb4e4b27ebbc44040af5a" + LLVM_COMMIT = "687e63a2bddf7eb9e91d9d718e48942aca47c631" + LLVM_SHA256 = "674e36a698c2ad535c56c69f1cdbf7e3676cee834da6ccb4b4920d0ff05e526a" tfrt_http_archive( name = name,