Skip to content

Commit

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

PiperOrigin-RevId: 732178625
  • Loading branch information
d0k authored and copybara-github committed Feb 28, 2025
1 parent 97d24a6 commit c3f15d6
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 = "39c6c8be2f3f607b413e3f05ab1f4678efdd129a"
LLVM_SHA256 = "300280caea98a2d3e9eb1a79c5e40bfa2c4916431c7458d41df9d915ebf43bb6"
LLVM_COMMIT = "9e2eb95c238d5d7b059da766b24e5a01c683bf7a"
LLVM_SHA256 = "edcbd93231e46ae1991b8b0ec4adcd2193e02493ab42aa696d53657e6bc056cb"

maybe(
http_archive,
Expand Down

0 comments on commit c3f15d6

Please sign in to comment.