File tree 2 files changed +1
-2
lines changed
clang/include/clang/CIR/Dialect 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ add_custom_target(clang-cir-doc)
13
13
function (add_clang_mlir_doc doc_filename output_file output_directory command )
14
14
set (LLVM_TARGET_DEFINITIONS ${doc_filename} .td)
15
15
tablegen(MLIR ${output_file} .md ${command} ${ARGN} "-I${MLIR_MAIN_SRC_DIR} " "-I${MLIR_INCLUDE_DIR} " )
16
- set (GEN_DOC_FILE ${MLIR_BINARY_DIR } /docs/${output_directory}${output_file} .md )
16
+ set (GEN_DOC_FILE ${CLANG_BINARY_DIR } /docs/${output_directory}${output_file} .md )
17
17
add_custom_command (
18
18
OUTPUT ${GEN_DOC_FILE}
19
19
COMMAND ${CMAKE_COMMAND} -E copy
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ add_public_tablegen_target(MLIRCIROpsIncGen)
15
15
add_dependencies (mlir-headers MLIRCIROpsIncGen)
16
16
17
17
# Equivalent to add_mlir_doc
18
- add_clang_mlir_doc(CIRDialect CIRDialect Dialects/ -gen-dialect-doc )
19
18
add_clang_mlir_doc(CIROps CIROps Dialects/ -gen-op-doc )
20
19
add_clang_mlir_doc(CIRAttrs CIRAttrs Dialects/ -gen-attrdef-doc )
21
20
add_clang_mlir_doc(CIRTypes CIRTypes Dialects/ -gen-typedef-doc )
You can’t perform that action at this time.
0 commit comments