From b9d81832bf1cf7496deabef6a8ba29558b903163 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Thu, 30 Nov 2023 05:29:35 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@511ba45a47d6 Updates LLVM usage to match [511ba45a47d6](https://github.com/llvm/llvm-project/commit/511ba45a47d6) PiperOrigin-RevId: 586645883 --- 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 ddf2c02ad..da807210e 100644 --- a/bazel/import_llvm.bzl +++ b/bazel/import_llvm.bzl @@ -7,7 +7,7 @@ load( def import_llvm(name): """Imports LLVM.""" - LLVM_COMMIT = "f688e0901213726feb9b26cedc61919413cbf59c" + LLVM_COMMIT = "511ba45a47d6f9e48ad364181830c9fb974135b2" new_git_repository( name = name,