[flang-commits] [flang] [flang][docs] fix stack arrays docs page name (PR #80708)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Mon Feb 5 08:43:09 PST 2024


https://github.com/tblah created https://github.com/llvm/llvm-project/pull/80708

The website renders this `<h1>` as the page title in the index. This patch updates the title to better fit with the names of the other pages. See the index here https://flang.llvm.org/docs/

>From 9f0dcb90b075e9059893b2bf791bc2ba80fd47f8 Mon Sep 17 00:00:00 2001
From: Tom Eccles <tom.eccles at arm.com>
Date: Mon, 5 Feb 2024 16:40:32 +0000
Subject: [PATCH] [flang][docs] fix stack arrays docs page name

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

diff --git a/flang/docs/fstack-arrays.md b/flang/docs/fstack-arrays.md
index 2e977bc993b84f..5ea0eee766e308 100644
--- a/flang/docs/fstack-arrays.md
+++ b/flang/docs/fstack-arrays.md
@@ -1,4 +1,4 @@
-# -fstack-arrays
+# Stack arrays pass documentation
 ## Problem Description
 In gfortran, `-fstack-arrays` will cause all local arrays, including those of
 unknown size, to be allocated from stack memory. Gfortran enables this flag by



More information about the flang-commits mailing list