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
|
# Torch Dialect/IR
|
||||||
td_library(
|
td_library(
|
||||||
name = "MLIRTorchOpsIncGenTdFiles",
|
name = "MLIRTorchOpsIncGenTdFiles",
|
||||||
srcs = [
|
srcs = glob([
|
||||||
"include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td",
|
"include/torch-mlir/Dialect/Torch/IR/*.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",
|
|
||||||
],
|
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
"@llvm-project//mlir:CastInterfacesTdFiles",
|
"@llvm-project//mlir:CastInterfacesTdFiles",
|
||||||
|
|
Loading…
Reference in New Issue