From dcdc943a941ba63d9ad962cfc90cc1d0d6309187 Mon Sep 17 00:00:00 2001 From: Alina Sbirlea Date: Mon, 26 Jan 2026 13:49:28 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@d43b29fc545d Updates LLVM usage to match [d43b29fc545d](https://github.com/llvm/llvm-project/commit/d43b29fc545d) PiperOrigin-RevId: 861340894 --- bazel/llvm.bzl | 2 +- .../test/bazel_unit_tests/cc_std/cc_std_test.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl index 736638b51..30312d759 100644 --- a/bazel/llvm.bzl +++ b/bazel/llvm.bzl @@ -53,7 +53,7 @@ def _llvm_loader_repository(repository_ctx): executable = False, ) -LLVM_COMMIT_SHA = "01e6245af481dac4604e8a25be6bec0dbe36f99d" +LLVM_COMMIT_SHA = "d43b29fc545d702b35b20802f92357bc4c4177fe" def llvm_loader_repository_dependencies(): # This *declares* the dependency, but it won't actually be *downloaded* unless it's used. diff --git a/rs_bindings_from_cc/test/bazel_unit_tests/cc_std/cc_std_test.bzl b/rs_bindings_from_cc/test/bazel_unit_tests/cc_std/cc_std_test.bzl index 1b1ead759..96b0fc811 100644 --- a/rs_bindings_from_cc/test/bazel_unit_tests/cc_std/cc_std_test.bzl +++ b/rs_bindings_from_cc/test/bazel_unit_tests/cc_std/cc_std_test.bzl @@ -101,7 +101,7 @@ cc_std_test = rule( default = "//third_party/stl:stl_headers", ), "_llvm_builtin_headers": attr.label( - default = "@llvm-project//clang:builtin_headers_filegroup", + default = "@llvm-project//clang:builtin_headers_files", ), # TODO: b/421934470 - Fix uses of exec groups and re-enable AEG "_use_auto_exec_groups": attr.bool(default = False),