mirror of https://github.com/llvm/torch-mlir
6 lines
194 B
CMake
6 lines
194 B
CMake
|
set(LLVM_TARGET_DEFINITIONS Passes.td)
|
||
|
mlir_tablegen(Passes.h.inc -gen-pass-decls)
|
||
|
add_public_tablegen_target(NPCOMPRefBackendPassIncGen)
|
||
|
|
||
|
add_mlir_doc(Passes -gen-pass-doc RefBackendPasses ./)
|