Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@19032bfe87fa
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[19032bfe87fa](llvm/llvm-project@19032bfe87fa)

PiperOrigin-RevId: 715618533
  • Loading branch information
XLS Team authored and copybara-github committed Jan 15, 2025
1 parent d863099 commit 5f84820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency_support/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
def repo():
"""Initialize the llvm-project repository."""

LLVM_COMMIT = "b270525f730be6e7196667925f5a9bfa153262e9"
LLVM_SHA256 = "fcf77da395cd5097eac5951471b04aa887f565c3447545239421a0eb7089da7c"
LLVM_COMMIT = "19032bfe87fa0f4a3a7b3e68daafc93331b71e0d"
LLVM_SHA256 = "56db4bb26edcbacbe43d53433fbc5b3076b7f5d19c1d179435a085045dc31353"

maybe(
http_archive,
Expand Down

0 comments on commit 5f84820

Please sign in to comment.