Skip to content

Commit

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

PiperOrigin-RevId: 577817093
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Oct 30, 2023
1 parent bc57529 commit aa3b906
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 = "4b581125ed683e1ed683aa583d4abb17acd8d4e8"
LLVM_SHA256 = "d99934416885ea2ae5b3b932bbb2b1b459c3730504320af4cec2c5321fd5f38c"
LLVM_COMMIT = "01828c4323172db5901ac3e959d52553b2bd74e5"
LLVM_SHA256 = "d0f066d90b4ddb1bfd8ec9d8e4937ce6c624f04d826306dc9f41a866cf333a91"

tf_http_archive(
name = name,
Expand Down

0 comments on commit aa3b906

Please sign in to comment.