From 012cefc4a5a3ef01cd36f742512c2183a5379a19 Mon Sep 17 00:00:00 2001 From: Augie Fackler Date: Wed, 24 Jan 2024 21:01:28 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@98509c7f9792 Updates LLVM usage to match [98509c7f9792](https://github.com/llvm/llvm-project/commit/98509c7f9792) PiperOrigin-RevId: 601325553 --- 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 df3009756..19a033474 100644 --- a/bazel/import_llvm.bzl +++ b/bazel/import_llvm.bzl @@ -7,7 +7,7 @@ load( def import_llvm(name): """Imports LLVM.""" - LLVM_COMMIT = "c416b2efe89c11db593fe8041c366e0cb63d4eeb" + LLVM_COMMIT = "98509c7f9792c79b05a41b95c24607f6dd489c5a" new_git_repository( name = name,