diff --git a/include/mlir-hlo/Dialect/mhlo/transforms/CMakeLists.txt b/include/mlir-hlo/Dialect/mhlo/transforms/CMakeLists.txt index 6fbc530..6de6851 100644 --- a/include/mlir-hlo/Dialect/mhlo/transforms/CMakeLists.txt +++ b/include/mlir-hlo/Dialect/mhlo/transforms/CMakeLists.txt @@ -15,9 +15,9 @@ # set(LLVM_TARGET_DEFINITIONS mhlo_passes.td) -mlir_tablegen(mhlo_passes.h.inc -gen-pass-decls) +mlir_tablegen(mhlo_passes.h.inc -gen-pass-decls -name MHLO) add_public_tablegen_target(MLIRMhloPassIncGen) set(LLVM_TARGET_DEFINITIONS lmhlo_passes.td) -mlir_tablegen(lmhlo_passes.h.inc -gen-pass-decls) +mlir_tablegen(lmhlo_passes.h.inc -gen-pass-decls -name LMHLO) add_public_tablegen_target(MLIRLmhloPassIncGen)