Internal change

PiperOrigin-RevId: 661331882
Change-Id: I7ae83e6db35ecd312e86d1fad101882c88e63a3d
diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl
index fc9339c..fa66add 100644
--- a/bazel/llvm.bzl
+++ b/bazel/llvm.bzl
@@ -53,7 +53,7 @@
             executable = False,
         )
 
-LLVM_COMMIT_SHA = "d3c9bb0cf811424dcb8c848cf06773dbdde19965"
+LLVM_COMMIT_SHA = "16dadecc05fa4986d4522c2c3a09a7628feb0fd4"
 
 def llvm_loader_repository_dependencies():
     # This *declares* the dependency, but it won't actually be *downloaded* unless it's used.
diff --git a/cc_bindings_from_rs/cc_bindings_from_rs.rs b/cc_bindings_from_rs/cc_bindings_from_rs.rs
index 151c251..5560d8c 100644
--- a/cc_bindings_from_rs/cc_bindings_from_rs.rs
+++ b/cc_bindings_from_rs/cc_bindings_from_rs.rs
@@ -338,7 +338,7 @@
         let expected_error_report = r#"{
   "Unsupported use statement that refers to this type of the entity: {:#?}": {
     "count": 2,
-    "sample_message": "Unsupported use statement that refers to this type of the entity: [\n    Def(\n        Mod,\n        DefId(1:748 ~ std[46ff]::collections),\n    ),\n]"
+    "sample_message": "Unsupported use statement that refers to this type of the entity: [\n    Def(\n        Mod,\n        DefId(1:750 ~ std[46ff]::collections),\n    ),\n]"
   }
 }"#;
         assert_eq!(expected_error_report, error_report);