[flang-commits] [flang] 37e3641 - [Flang][Docs] Formatting change (#173257)
via flang-commits
flang-commits at lists.llvm.org
Mon Dec 22 06:42:28 PST 2025
Author: Kiran Chandramohan
Date: 2025-12-22T14:42:24Z
New Revision: 37e3641e01b7a9c1c45823a396c9804ba4292f86
URL: https://github.com/llvm/llvm-project/commit/37e3641e01b7a9c1c45823a396c9804ba4292f86
DIFF: https://github.com/llvm/llvm-project/commit/37e3641e01b7a9c1c45823a396c9804ba4292f86.diff
LOG: [Flang][Docs] Formatting change (#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.
Added:
Modified:
flang/docs/DebugGeneration.md
Removed:
################################################################################
diff --git a/flang/docs/DebugGeneration.md b/flang/docs/DebugGeneration.md
index f26bb82a7c4f4..df469e4595fe7 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