forked from OSchip/llvm-project
[MLIR][NFC] remove unnecessary includes form tablegen command
With [[ https://reviews.llvm.org/D77156 | D77156 ]] includes are not needed here. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D94216
This commit is contained in:
parent
7d4a8bc417
commit
195ffcd890
|
@ -29,7 +29,7 @@ endfunction()
|
|||
# Generate Documentation
|
||||
function(add_mlir_doc doc_filename command output_file output_directory)
|
||||
set(LLVM_TARGET_DEFINITIONS ${doc_filename}.td)
|
||||
tablegen(MLIR ${output_file}.md ${command} "-I${MLIR_MAIN_INCLUDE_DIR}" "-I${MLIR_INCLUDE_DIR}")
|
||||
tablegen(MLIR ${output_file}.md ${command})
|
||||
set(GEN_DOC_FILE ${MLIR_BINARY_DIR}/docs/${output_directory}${output_file}.md)
|
||||
add_custom_command(
|
||||
OUTPUT ${GEN_DOC_FILE}
|
||||
|
|
Loading…
Reference in New Issue