[flang-commits] [flang] [Flang][Docs] Formatting change (PR #173257)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Dec 22 05:02:16 PST 2025


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

The flang.llvm.org page listed two entries (Testing, Resources) from the Debug generation document in the table of contents. Change the formatting to only include the top-level title.

>From 24c8e977de08b61f264ac5076eb48283a8b64fc2 Mon Sep 17 00:00:00 2001
From: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: Mon, 22 Dec 2025 12:23:07 +0000
Subject: [PATCH] [Flang][Docs] Formatting change

The flang.llvm.org page listed two entries (Testing, Resources) from
the Debug generation document in the table of contents. Change the
formatting to only include the top-level title.
---
 flang/docs/DebugGeneration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flang/docs/DebugGeneration.md b/flang/docs/DebugGeneration.md
index 9409d7e07b104..38b8bd3619c24 100644
--- a/flang/docs/DebugGeneration.md
+++ b/flang/docs/DebugGeneration.md
@@ -418,7 +418,7 @@ with fixed sizes arrays. It needs to also accept `DIExpressionAttr` or
 `rank`, `allocated` and `associated`.
 5. `DIStringTypeAttr`
 
-# Testing
+## Testing
 
 - LLVM LIT tests will be added to test:
   - the driver and ensure that it passes the line table and full debug
@@ -434,7 +434,7 @@ with fixed sizes arrays. It needs to also accept `DIExpressionAttr` or
   - print values and types (ptype) of various type of variables
 - Manually run `GDB`'s gdb.fortran testsuite with llvm-flang.
 
-# Resources
+## Resources
 - [1] https://dwarfstd.org/doc/DWARF5.pdf
 - [2] https://llvm.org/docs/LangRef.html#metadata
 - [3] https://archive.fosdem.org/2022/schedule/event/llvm_fortran_debug/



More information about the flang-commits mailing list