Integrate LLVM at llvm/llvm-project@5d6304f01742

Updates LLVM usage to match
[5d6304f01742](https://github.com/llvm/llvm-project/commit/5d6304f01742)

PiperOrigin-RevId: 582539795
Change-Id: Ieeba30e78579029884d780b8232cf2381fc005b7
diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl
index 7a03f42..046097a 100644
--- a/bazel/llvm.bzl
+++ b/bazel/llvm.bzl
@@ -58,7 +58,7 @@
     new_git_repository(
         name = "llvm-raw",
         build_file_content = "# empty",
-        commit = "ed86e740effaf1de540820a145a9df44eaf0df0e",
+        commit = "5d6304f01742a0a7c628fe6850e921c745eaea08",
         remote = "https://github.com/llvm/llvm-project.git",
     )