From 3d46044fd1c867a1c166aa4d1d812a0e461606b3 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 29 Nov 2023 10:13:12 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@3287ae8f6520 Updates LLVM usage to match [3287ae8f6520](https://github.com/llvm/llvm-project/commit/3287ae8f6520) PiperOrigin-RevId: 586379104 --- bazel/import_llvm.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/import_llvm.bzl b/bazel/import_llvm.bzl index db9c8fc53..b13713187 100644 --- a/bazel/import_llvm.bzl +++ b/bazel/import_llvm.bzl @@ -7,7 +7,7 @@ load( def import_llvm(name): """Imports LLVM.""" - LLVM_COMMIT = "5e5a22caf88ac1ccfa8dc5720295fdeba0ad9372" + LLVM_COMMIT = "3287ae8f6520ef81570377c1fb4c7147782a13ef" new_git_repository( name = name,