Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename llvm/test/tools/llvm-pdbdump to llvm/test/tools/llvm-pdbutil | Nico Weber | 2019-07-09 | 1 | -48/+0 |
| | | | | | | | llvm-pdbdump was renamed to llvm-pdbutil long ago. This updates the test to be where you'd expect them to be. llvm-svn: 365515 | ||||
* | [llvm-pdbdump] Re-write the record layout code to be more resilient. | Zachary Turner | 2017-04-24 | 1 | -0/+48 |
This reworks the way virtual bases are handled, and also the way padding is detected across multiple levels of aggregates, producing a much more accurate result. llvm-svn: 301203 |