Skip to content

Commit 774275d

Browse files
Leonardo Sandovalkiranchandramohan
Leonardo Sandoval
authored andcommitted
[flang] fix FIRLangRef.md path
Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D141416
1 parent cb746c9 commit 774275d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ ninja check-flang
333333
## Generate FIR Documentation
334334
If flang was built with `-DLINK_WITH_FIR=ON` (`ON` by default), it is possible to
335335
generate FIR language documentation by running `ninja flang-doc`. This will
336-
create `docs/Dialect/FIRLangRef.md` in flang build directory.
336+
create `<build-dir>/tools/flang/docs/Dialect/FIRLangRef.md` in flang build directory.
337337
338338
## Generate Doxygen-based Documentation
339339
To generate doxygen-style documentation from source code

0 commit comments

Comments
 (0)