From 76e524752c0c2401eec3b0b602bc7f3ffe98841a Mon Sep 17 00:00:00 2001 From: TFRT team Date: Tue, 5 Dec 2023 10:09:53 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@c4cebe5b4489 Updates LLVM usage to match [c4cebe5b4489](https://github.com/llvm/llvm-project/commit/c4cebe5b4489) PiperOrigin-RevId: 588110155 --- 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 57b09708f9d..a87e7ade79a 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 = "2c976a1fac5c0d6fe1cd7c3637f3d16cc378f52b" - LLVM_SHA256 = "5d712b716d8ac0d80e72edc3e058fb0f0fee23457646046ea9b256146f971cbf" + LLVM_COMMIT = "c4cebe5b4489438185236881ce3d6eaaa23b0e7b" + LLVM_SHA256 = "eb63558c65b259bf9617dbeea6c2a1a1362c22ee75445da490a565f496c28221" tfrt_http_archive( name = name,