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

via flang-commits flang-commits at lists.llvm.org
Mon Feb 5 09:11:51 PST 2024


Author: Tom Eccles
Date: 2024-02-05T17:11:47Z
New Revision: 2d416219af5c0091f7887e4d4463e63f5a37d811

URL: https://github.com/llvm/llvm-project/commit/2d416219af5c0091f7887e4d4463e63f5a37d811
DIFF: https://github.com/llvm/llvm-project/commit/2d416219af5c0091f7887e4d4463e63f5a37d811.diff

LOG: [flang][docs] fix stack arrays docs page name (#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/

Added: 
    

Modified: 
    flang/docs/fstack-arrays.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/fstack-arrays.md b/flang/docs/fstack-arrays.md
index 2e977bc993b84..0ee6bf8ee8e79 100644
--- a/flang/docs/fstack-arrays.md
+++ b/flang/docs/fstack-arrays.md
@@ -1,4 +1,4 @@
-# -fstack-arrays
+# 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