summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll
Commit message (Collapse)AuthorAgeFilesLines
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-221-5/+5
| | | | | | When dumping string or address indexes llvm-svn: 349997
* [DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson2018-11-091-27/+28
| | | | | | Differential Revision: https://reviews.llvm.org/D54282 llvm-svn: 346540
* [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length ↵Wolfgang Pieb2018-05-101-1/+1
| | | | | | | | | | | | | encoded the contribution length excluding the table header. Instead it must encode the contribution length minus the length field itself. Reviewer: JDevliegehere Differential Revision: https://reviews.llvm.org/D45922 llvm-svn: 332030
* [DWARF] Corrected test committed in r323670 to use llc instead of llc_dwarf ↵Wolfgang Pieb2018-01-301-2/+2
| | | | | | to avoid multiple triples. llvm-svn: 323721
* [DWARF] Recommitting a test reverted in r323560. Moved to x86 directory with ↵Wolfgang Pieb2018-01-291-0/+157
explicit triple. ELF support is required for type units. llvm-svn: 323670
OpenPOWER on IntegriCloud