From 33d84928609dcf9e31d52c3b2ff03ebbb0ff6cc5 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 28 Mar 2024 19:04:05 -0700 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@aa2c14de1adc Updates LLVM usage to match [aa2c14de1adc](https://github.com/llvm/llvm-project/commit/aa2c14de1adc) PiperOrigin-RevId: 620124069 --- 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 8737ac8c9..796622be9 100644 --- a/bazel/import_llvm.bzl +++ b/bazel/import_llvm.bzl @@ -7,7 +7,7 @@ load( def import_llvm(name): """Imports LLVM.""" - LLVM_COMMIT = "feebcd65fb7e0534f5219e05432a05e45aa8cd2a" + LLVM_COMMIT = "aa2c14de1adcd265bf0c0fb44f97b5d6c1c38710" new_git_repository( name = name,