summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/range_reloc_base.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix some tests that had (implied) duplicate mtripleDavid Blaikie2018-07-181-3/+3
| | | | | | | I 'fixed' one of these to use %llc_dwarf unnecessarily, so switch them both back to using llc directly. llvm-svn: 337423
* [DebugInfo] Dwarfv5: Avoid unnecessary base_address specifiers in rnglistsDavid Blaikie2018-07-181-0/+59
Since DWARFv5 rnglists are self descriptive and have distinct encodings for base-relative (offset_pair) and absolute (start_length) entries, there's no need to use a base address specifier when describing a lone address range in a section. Use that, and improve the test coverage a bit here to include cases like this and others. llvm-svn: 337411
OpenPOWER on IntegriCloud