Skip to content

Commit

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

PiperOrigin-RevId: 677922152
  • Loading branch information
durin42 authored and copybara-github committed Sep 23, 2024
1 parent c8a70a2 commit cb9de28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "42b696d7b9942fdf07d65267da40ab178464adaa"
LLVM_SHA256 = "4f0d2053b381d3f074c64b2e460792cab11a02333f1c88bbc22b01686cf2fcb0"
LLVM_COMMIT = "8b4b7d28f7c344c728a9812aa99d9ad24edb40a2"
LLVM_SHA256 = "f585b8955f66849929bbe0b657ea7ff5fe8f49880066a58b2a744065ddd4a521"

tf_http_archive(
name = name,
Expand Down

0 comments on commit cb9de28

Please sign in to comment.