[Mlir-commits] [mlir] [MLIR][OpenMP] Add TableGen pseudo-generator for OpenMP-specific verification (PR #95552)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 14 07:52:12 PDT 2024


================
@@ -3,6 +3,7 @@ mlir_tablegen(OmpCommon.td --gen-directive-decl --directives-dialect=OpenMP)
 add_public_tablegen_target(omp_common_td)
 
 set(LLVM_TARGET_DEFINITIONS OpenMPOps.td)
+mlir_tablegen(no-output -verify-openmp-ops)
----------------
ftynse wrote:

Hmm, will this generate a file called `no-output`, which will further me included into the `MlirOpenMPOpsIncGen` target below?

https://github.com/llvm/llvm-project/pull/95552


More information about the Mlir-commits mailing list