Integrate LLVM at llvm/llvm-project@f402e682d0
Updates LLVM usage to match [f402e682d0ef](https://github.com/llvm/llvm-project/commit/f402e682d0ef) PiperOrigin-RevId: 337872985 Change-Id: I6270e760a4bf69a3e0d7eee6894eb228d155747c
This commit is contained in:
parent
8e8c010e95
commit
5edaf2be94
@ -702,8 +702,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
)
|
||||
|
||||
# Check out LLVM and MLIR from llvm-project.
|
||||
LLVM_COMMIT = "b740899c500ba6a707711b74bfdacf104e8a8067"
|
||||
LLVM_SHA256 = "927c29d87f4ef69b5bc803d045583f986d3df2ea83669aeb4c3f96b3dc3155e5"
|
||||
LLVM_COMMIT = "f402e682d0ef5598eeffc9a21a691b03e602ff58"
|
||||
LLVM_SHA256 = "94f7f1962bb702d9b751bb5e036e54d5fca786f7eeba18e38ba825372d8ad371"
|
||||
LLVM_URLS = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
|
||||
|
1
third_party/mlir/BUILD
vendored
1
third_party/mlir/BUILD
vendored
@ -458,6 +458,7 @@ filegroup(
|
||||
srcs = [
|
||||
"include/mlir/Dialect/StandardOps/IR/Ops.td",
|
||||
"include/mlir/IR/OpAsmInterface.td",
|
||||
"include/mlir/IR/SymbolInterfaces.td",
|
||||
"include/mlir/Interfaces/CallInterfaces.td",
|
||||
"include/mlir/Interfaces/ControlFlowInterfaces.td",
|
||||
"include/mlir/Interfaces/SideEffectInterfaces.td",
|
||||
|
Loading…
Reference in New Issue
Block a user