From dbd8da33ab49ed8aa5f08ebe85bacb91341f5d61 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 13 Dec 2023 14:09:05 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@12f6d556d22e Updates LLVM usage to match [12f6d556d22e](https://github.com/llvm/llvm-project/commit/12f6d556d22e) PiperOrigin-RevId: 590707815 --- 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 a680379acde..027302c9f33 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 = "c9e10034c4f82724dd8ba6f31c1546bf581c90ba" - LLVM_SHA256 = "feea5f528f8bef9ded7c424cfdb28347ad468ddd5921f7b353ca8bab102ed60b" + LLVM_COMMIT = "12f6d556d22e2b3a170d92f648b231d2a1cb99fd" + LLVM_SHA256 = "a04053e1bda6fead0587ff5fc520b04282f5ee23fa2aea83e8e47e1dc216c64a" tfrt_http_archive( name = name,