[flang] fix FIRLangRef.md path

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D141416
This commit is contained in:
Leonardo Sandoval 2023-01-17 12:54:19 +00:00 committed by Kiran Chandramohan
parent cb746c9e95
commit 774275ddb5

View File

@ -333,7 +333,7 @@ ninja check-flang
## Generate FIR Documentation
If flang was built with `-DLINK_WITH_FIR=ON` (`ON` by default), it is possible to
generate FIR language documentation by running `ninja flang-doc`. This will
create `docs/Dialect/FIRLangRef.md` in flang build directory.
create `<build-dir>/tools/flang/docs/Dialect/FIRLangRef.md` in flang build directory.
## Generate Doxygen-based Documentation
To generate doxygen-style documentation from source code