From 0aeefb1660d7e37964b2bb71b1f518096bda9a25 Mon Sep 17 00:00:00 2001 From: Jorge Gorbe Moya Date: Thu, 22 Feb 2024 16:06:51 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@e630a451b457 Updates LLVM usage to match [e630a451b457](https://github.com/llvm/llvm-project/commit/e630a451b457) PiperOrigin-RevId: 609531346 --- 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 1124131ed06..8ffcc6f939f 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 = "e899641df2391179e8ec29ca14c53b09ae7ce85c" - LLVM_SHA256 = "d94296fbfde8ba0bc80a917c816017258b83568dd627cf5f02be1f927e8472bb" + LLVM_COMMIT = "e630a451b457e4d8d071a2b4f102b342bbea2d02" + LLVM_SHA256 = "184e7622a47609d960295e5e363466e9e60e6d9dbc20d554b3e1118ffd9f1bfb" tfrt_http_archive( name = name,