Skip to content

Commit

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

PiperOrigin-RevId: 574122982
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Oct 17, 2023
1 parent 4d0aecf commit 4427d21
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 = "f6f944e77f741861e641e1dd46c30dcbaf8c83b7"
LLVM_SHA256 = "3baac1749e4a0b273c1fbce7432bd8961f83a390b309b6a84bc7247a03a680b4"
LLVM_COMMIT = "233c3e6c53a561296f3ae5c5ec99e9a527f856d8"
LLVM_SHA256 = "2a776e430a7696f61178b44bd62e03c57dc32501a220cc8d6d730b24c5fad84d"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 4427d21

Please sign in to comment.