From 774275ddb51c99a8170b41734a5113de68233b56 Mon Sep 17 00:00:00 2001 From: Leonardo Sandoval Date: Tue, 17 Jan 2023 12:54:19 +0000 Subject: [PATCH] [flang] fix FIRLangRef.md path Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D141416 --- flang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/README.md b/flang/README.md index 401f41b093c3..b3822e4a38b3 100644 --- a/flang/README.md +++ b/flang/README.md @@ -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 `/tools/flang/docs/Dialect/FIRLangRef.md` in flang build directory. ## Generate Doxygen-based Documentation To generate doxygen-style documentation from source code