From 742fed4016ce99212f0cfbf460868b5f8f873b0e Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Wed, 22 Nov 2023 04:12:06 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@cc2128714e66 Updates LLVM usage to match [cc2128714e66](https://github.com/llvm/llvm-project/commit/cc2128714e66) PiperOrigin-RevId: 584584462 --- 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 a281fbca6..8351daf86 100644 --- a/bazel/import_llvm.bzl +++ b/bazel/import_llvm.bzl @@ -7,7 +7,7 @@ load( def import_llvm(name): """Imports LLVM.""" - LLVM_COMMIT = "56f569049c9df7e4db6aa14eae6c4fe200350bf6" + LLVM_COMMIT = "cc2128714e66b985919442bdece4902a35e56937" new_git_repository( name = name,