Skip to content

Commit

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

PiperOrigin-RevId: 708453810
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Dec 21, 2024
1 parent 5ca1618 commit fbb63d2
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 = "93743ee566694d2fcafa3243c03330e86bf9c806"
LLVM_SHA256 = "10809b4989297f66571a0356428f71f2bb5b383f277d41f865fbf9646e5e64ae"
LLVM_COMMIT = "7739380643718bc912bc05b969e4be525a85c0d2"
LLVM_SHA256 = "f5308ca8e7f19d8a347d725e7ef5b887bf909d585a1234cd26bd80c32ceaede3"

tf_http_archive(
name = name,
Expand Down

0 comments on commit fbb63d2

Please sign in to comment.