forked from OSchip/llvm-project
Add missing dependency on Doc generation for the OpenMP dialect
This is fixing the bot building the MLIR website.
This commit is contained in:
parent
af838584ec
commit
7b18716361
|
@ -10,3 +10,4 @@ mlir_tablegen(OpenMPOpsEnums.h.inc -gen-enum-decls)
|
|||
mlir_tablegen(OpenMPOpsEnums.cpp.inc -gen-enum-defs)
|
||||
add_mlir_doc(OpenMPOps -gen-dialect-doc OpenMPDialect Dialects/)
|
||||
add_public_tablegen_target(MLIROpenMPOpsIncGen)
|
||||
add_dependencies(OpenMPDialectDocGen omp_common_td)
|
||||
|
|
Loading…
Reference in New Issue