forked from OSchip/llvm-project
[mlir][Bazel] Port afb0b21f24
This commit is contained in:
parent
730ae80d3e
commit
a3df255e9c
|
@ -2160,6 +2160,14 @@ gentbl_cc_library(
|
|||
["-gen-op-doc"],
|
||||
"g3doc/Dialects/NVGPU/NVGPU.md",
|
||||
),
|
||||
(
|
||||
["-gen-typedef-decls"],
|
||||
"include/mlir/Dialect/NVGPU/IR/NVGPUTypes.h.inc",
|
||||
),
|
||||
(
|
||||
["-gen-typedef-defs"],
|
||||
"include/mlir/Dialect/NVGPU/IR/NVGPUTypes.cpp.inc",
|
||||
),
|
||||
],
|
||||
tblgen = ":mlir-tblgen",
|
||||
td_file = "include/mlir/Dialect/NVGPU/IR/NVGPU.td",
|
||||
|
|
Loading…
Reference in New Issue