[flang-commits] [flang] d7b8ea6 - [Flang][Docs] Fix GettingStarted.md with correct depth for in-tree build section (#72268)
via flang-commits
flang-commits at lists.llvm.org
Tue Nov 14 20:53:25 PST 2023
Author: Kiran Chandramohan
Date: 2023-11-15T04:53:21Z
New Revision: d7b8ea63b38e1d35f699ad81e570465fa6c11172
URL: https://github.com/llvm/llvm-project/commit/d7b8ea63b38e1d35f699ad81e570465fa6c11172
DIFF: https://github.com/llvm/llvm-project/commit/d7b8ea63b38e1d35f699ad81e570465fa6c11172.diff
LOG: [Flang][Docs] Fix GettingStarted.md with correct depth for in-tree build section (#72268)
Just a minor fix for the section depth for the patch in
https://reviews.llvm.org/D155029.
Added:
Modified:
flang/docs/GettingStarted.md
Removed:
################################################################################
diff --git a/flang/docs/GettingStarted.md b/flang/docs/GettingStarted.md
index c6cd18db2e15d0a..9656f5151acdf40 100644
--- a/flang/docs/GettingStarted.md
+++ b/flang/docs/GettingStarted.md
@@ -247,7 +247,7 @@ code. Note that the packaging of the libraries is
diff erent
between [Clang](https://clang.llvm.org/docs/OffloadingDesign.html#linking-target-device-code) and NVCC, so the library must be linked using
compatible compiler drivers.
-### Bulding in-tree
+#### Building in-tree
One may build Flang runtime library along with building Flang itself
by providing these additional CMake variables on top of the Flang in-tree
build config:
More information about the flang-commits
mailing list