[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 09:11:16 PST 2024


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

>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 1/2] [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 2e977bc993b84..5ea0eee766e30 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

>From d3f08078790a84469efeaec68f02c609c5b65ef0 Mon Sep 17 00:00:00 2001
From: Tom Eccles <tom.eccles at arm.com>
Date: Mon, 5 Feb 2024 17:10:54 +0000
Subject: [PATCH 2/2] Remove 'documentation'

---
 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 5ea0eee766e30..0ee6bf8ee8e79 100644
--- a/flang/docs/fstack-arrays.md
+++ b/flang/docs/fstack-arrays.md
@@ -1,4 +1,4 @@
-# Stack arrays pass documentation
+# Stack arrays pass
 ## 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