commit | d75088db4d774df6cd80d1422bd8c211aea327f5 | [log] [tgz] |
---|---|---|
author | Googler <no-reply@google.com> | Tue Nov 14 21:58:39 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 14 21:59:37 2023 -0800 |
tree | 624ad8de48680b7b63886e88c74ea86f141abb53 | |
parent | 9ca25d8b7b01c98a7b70c171f142231409013311 [diff] |
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", )