[RISCV] Fix the code alignment for GroupFloatVectors. NFC
[llvm-project.git] / mlir / test / python / CMakeLists.txt
blobc8cb474760e2cf87a3300875493d055ae023907a
1 set(LLVM_TARGET_DEFINITIONS python_test_ops.td)
2 mlir_tablegen(lib/PythonTestDialect.h.inc -gen-dialect-decls)
3 mlir_tablegen(lib/PythonTestDialect.cpp.inc -gen-dialect-defs)
4 mlir_tablegen(lib/PythonTestOps.h.inc -gen-op-decls)
5 mlir_tablegen(lib/PythonTestOps.cpp.inc -gen-op-defs)
6 add_public_tablegen_target(MLIRPythonTestIncGen)
8 add_subdirectory(lib)