summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump/X86/empty-CU.s
Commit message (Collapse)AuthorAgeFilesLines
* [dwarfdump] Verify that unit type matches root DIEJonas Devlieghere2017-10-061-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 Devlieghere2017-09-281-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
OpenPOWER on IntegriCloud