Skip to content

Commit

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

PiperOrigin-RevId: 716773763
  • Loading branch information
XLS Team authored and copybara-github committed Jan 17, 2025
1 parent 8fbc488 commit 61dc280
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 = "c24ce324d56328e4b91c8797ea4935545084303e"
LLVM_SHA256 = "ef9f02427de91c37b2315203fc60fa71cac5caa385860fd2a1daa620b4867091"
LLVM_COMMIT = "bf17016a92bc8a23d2cdd2b51355dd4eb5019c68"
LLVM_SHA256 = "ba09f12e5019f5aca531b1733275f0a10b181d6f894deb1a4610e017f76b172a"

maybe(
http_archive,
Expand Down

0 comments on commit 61dc280

Please sign in to comment.