The size of the offsets in the table depends on the DWARF format.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, except possible test tidyup.
llvm/test/DebugInfo/X86/split-dwarf-v5-ranges.ll | ||
---|---|---|
24–31 | Could you use https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-numeric-substitution-blocks to make these offsets relative to the offset in the offsets list, so they don't have to be duplicated for DWARF32/DWARF64? |
Could you use https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-numeric-substitution-blocks to make these offsets relative to the offset in the offsets list, so they don't have to be duplicated for DWARF32/DWARF64?