Skip to content

Commit

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

PiperOrigin-RevId: 676857806
  • Loading branch information
d0k authored and copybara-github committed Sep 20, 2024
1 parent 03501b3 commit e458587
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 = "94c024adedcb53059c29d7c2d62982053b60e86a"
LLVM_SHA256 = "204cedeaab86f065ef64cb3889dd2e92ddd4a8f5d5b6bc1cb4b276694fb6a798"
LLVM_COMMIT = "42b696d7b9942fdf07d65267da40ab178464adaa"
LLVM_SHA256 = "4f0d2053b381d3f074c64b2e460792cab11a02333f1c88bbc22b01686cf2fcb0"

tf_http_archive(
name = name,
Expand Down

0 comments on commit e458587

Please sign in to comment.