Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some tests that had (implied) duplicate mtriple | David Blaikie | 2018-07-18 | 1 | -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 rnglists | David Blaikie | 2018-07-18 | 1 | -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 |