[llvm] [DWARFYAML] Add support for v5 debug_line entry formats (PR #191358)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 06:36:24 PDT 2026


================
@@ -20,6 +20,8 @@ DWARF:
       LineBase:            1
       LineRange:           14
       OpcodeBase:          13
+      DirectoryEntryFormat:
+      FileNameEntryFormat:
----------------
jh7370 wrote:

Maybe I'm being dumb, but shouldn't you specify values here and check them in the hex block below, along with explicit 0 values for the counts?

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


More information about the llvm-commits mailing list