Skip to content

Commit

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

PiperOrigin-RevId: 617218529
  • Loading branch information
d0k authored and copybara-github committed Mar 19, 2024
1 parent 59be786 commit 1741a46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ tfrt_cc_library(
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:InferTypeOpInterface",
"@llvm-project//mlir:InliningUtils",
"@llvm-project//mlir:SideEffectInterfaces",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:Transforms",
Expand Down Expand Up @@ -1119,6 +1120,7 @@ tfrt_cc_library(
"@llvm-project//llvm:Support",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:InliningUtils",
"@llvm-project//mlir:SideEffectInterfaces",
"@llvm-project//mlir:Support",
"@llvm-project//mlir:Transforms",
Expand Down
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", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "fadc38efed815511c21032abab4b71e4320adc1c"
LLVM_SHA256 = "38e08676b4c612da3a97f3418de89ffd5206879106fccadefa1ccc6932b3b375"
LLVM_COMMIT = "930f21c6bc0fe05c1d08be6353f7c7c6c51f4dc0"
LLVM_SHA256 = "e588ac42b895b4b9746bd5d15ede287f3247a88d82ed41a0704e6ff8641f4734"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 1741a46

Please sign in to comment.