From 9dff48f260c9bcc7078fb34f7b98a9ff8b5ab7cd Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 2 Jan 2025 09:13:25 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@1623c435948a Updates LLVM usage to match [1623c435948a](https://github.com/llvm/llvm-project/commit/1623c435948a) PiperOrigin-RevId: 711442518 --- 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 72a090ebd..e23d7f520 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "91c5de7fb8f95132043ed08056e58238383cfcb9" - LLVM_SHA256 = "9b7a4546060910c4f14db74bf1e617c855ef4013e855691d82566a4255559c1f" + LLVM_COMMIT = "1623c435948ae305220e638066e968cb3296e567" + LLVM_SHA256 = "6796350a7077ab7c7ef3564a8807723df8508071cb76202e890dbeef4edfbd6a" tf_http_archive( name = name,