Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-dwarfdump: Remove extraneous space between '(' and 'indexed' | David Blaikie | 2018-12-22 | 1 | -10/+10 |
| | | | | | | When dumping string or address indexes llvm-svn: 349997 | ||||
* | [DWARF v5] Rework of string offsets table reader | Wolfgang Pieb | 2017-12-21 | 1 | -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 fly | Wolfgang Pieb | 2017-12-09 | 1 | -0/+332 |
which enables us to remove the test scripts and object files from the repository. https://reviews.llvm.org/D40914 llvm-svn: 320227 |