summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s
Commit message (Collapse)AuthorAgeFilesLines
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-221-10/+10
| | | | | | When dumping string or address indexes llvm-svn: 349997
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-211-84/+89
| | | | | | | | | | | | | Reorganizes the DWARF consumer to derive the string offsets table contribution's format from the contribution header instead of (incorrectly) from the unit's format. Reviewers: JDevliegehere, aprantl Differential Revision: https://reviews.llvm.org/D41146 llvm-svn: 321295
* [NFC] Change the string offsets table tests to generate the object on the flyWolfgang Pieb2017-12-091-0/+332
which enables us to remove the test scripts and object files from the repository. https://reviews.llvm.org/D40914 llvm-svn: 320227
OpenPOWER on IntegriCloud