[llvm] [llvm-debuginfo-analyzer] Support DW_TAG_module (PR #137228)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Mon May 12 02:12:17 PDT 2025


================
@@ -528,6 +528,7 @@ The following options allow printing of scopes that match the given <kind>.
     =TemplatePack: A template pack.
     =TryBlock: An exception try block.
     =Union: A union.
+    =Module: A module.
----------------
CarlosAlbertoEnciso wrote:

As we are updating the documentation, may be change the order of:
```
   =LineDebug: Lines that correspond to debug lines.
   =LineAssembler: Lines that correspond to disassembly text.
```
in the `Lines` section.

https://github.com/llvm/llvm-project/pull/137228


More information about the llvm-commits mailing list