From 9f4793647a0986284f68e4d3d712f6ce08afd6ab Mon Sep 17 00:00:00 2001 From: Jorge Gorbe Moya Date: Wed, 1 Nov 2023 16:28:35 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@243588df15ed Updates LLVM usage to match [243588df15ed](https://github.com/llvm/llvm-project/commit/243588df15ed) PiperOrigin-RevId: 578676754 --- 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 b67e6f023c6..4a0fe79fc11 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 = "4fbbb7ad7c1c96f0fa795e2b1528b93f604e2303" - LLVM_SHA256 = "57b0428bcc4f5f71da56a1bb36fd98a4c819aac75d103bcb4a52ffce36b4c573" + LLVM_COMMIT = "243588df15ed136b52ca62315c1e18b045cdf915" + LLVM_SHA256 = "031ecbdc75c4cc6cfd6c50841b74c8ec45a425b8d89859565c09495c2857776f" tfrt_http_archive( name = name,