[flang-commits] [flang] [Flang][Docs] Fix GettingStarted.md with correct depth for in-tree build section (PR #72268)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Tue Nov 14 07:14:16 PST 2023


https://github.com/kiranchandramohan created https://github.com/llvm/llvm-project/pull/72268

Just a minor fix for the section depth for the patch in https://reviews.llvm.org/D155029.

>From 8f2495fade425043c8c4694736fbfbc1f2c33298 Mon Sep 17 00:00:00 2001
From: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: Tue, 14 Nov 2023 15:09:46 +0000
Subject: [PATCH] [Flang][Docs] Fix GettingStarted.md with correct depth for
 in-tree build

---
 flang/docs/GettingStarted.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 different
 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