Fix mlir-hlo CMakefiles after internal change

PiperOrigin-RevId: 325366142
This commit is contained in:
Mehdi Amini 2020-08-06 20:34:30 -07:00 committed by Geoffrey Martin-Noble
parent e00565b544
commit 5f8da992f2
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
# #
set(LLVM_TARGET_DEFINITIONS mhlo_passes.td) 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) add_public_tablegen_target(MLIRMhloPassIncGen)
set(LLVM_TARGET_DEFINITIONS lmhlo_passes.td) 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) add_public_tablegen_target(MLIRLmhloPassIncGen)