Integrate LLVM at llvm/llvm-project@d3e5b6f7539b

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

PiperOrigin-RevId: 437345430
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl
index c791587..310eba2 100644
--- a/third_party/llvm/workspace.bzl
+++ b/third_party/llvm/workspace.bzl
@@ -4,8 +4,8 @@
 
 def repo(name):
     """Imports LLVM."""
-    LLVM_COMMIT = "bef928f8b2513208003a686d1af66a6924445567"
-    LLVM_SHA256 = "a941379fec47b64514abdd2397744bb6d2d62a795da244e8e9d34946cc3553f9"
+    LLVM_COMMIT = "d3e5b6f7539b86995aef6e2075c1edb3059385ce"
+    LLVM_SHA256 = "e3809cd36cbfe34d78df965be1bf1780f0db3b6f45aee1b4f092c7c4f5a6a644"
 
     tf_http_archive(
         name = name,