mirror of https://github.com/llvm/torch-mlir
Use global for MLIRTorchOpsIncGenTdFiles (#1784)
parent
cffee681bd
commit
6b76e2e927
|
@ -20,12 +20,9 @@ buildifier(
|
|||
# Torch Dialect/IR
|
||||
td_library(
|
||||
name = "MLIRTorchOpsIncGenTdFiles",
|
||||
srcs = [
|
||||
"include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td",
|
||||
"include/torch-mlir/Dialect/Torch/IR/TorchBase.td",
|
||||
"include/torch-mlir/Dialect/Torch/IR/TorchOps.td",
|
||||
"include/torch-mlir/Dialect/Torch/IR/TorchTypes.td",
|
||||
],
|
||||
srcs = glob([
|
||||
"include/torch-mlir/Dialect/Torch/IR/*.td",
|
||||
]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
"@llvm-project//mlir:CastInterfacesTdFiles",
|
||||
|
|
Loading…
Reference in New Issue