Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dwarfdump] Verify that unit type matches root DIE | Jonas Devlieghere | 2017-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | This patch adds two new verifiers: - It checks that the root DIE of a CU is actually a valid unit DIE. (based on its tag) - For DWARF5 which contains a unit type int he CU header, it checks that this matches the type of the unit DIE. Differential revision: https://reviews.llvm.org/D38453 llvm-svn: 315121 | ||||
* | [dwarfdump] Verify that CUs have a unit DIE. | Jonas Devlieghere | 2017-09-28 | 1 | -0/+21 |
This patch adds a check to the DWARF verifier to detect CUs without a unit DIE. Differential revision: https://reviews.llvm.org/D38363 llvm-svn: 314426 |