summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump/X86/enum.s
Commit message (Collapse)AuthorAgeFilesLines
* [dwarfdump] Add flag to limit the number of parents DIEsJonas Devlieghere2019-05-241-0/+5
| | | | | | | | | This adds `-parent-recurse-depth` which limits the number of parent DIEs being dumped. Differential revision: https://reviews.llvm.org/D62359 llvm-svn: 361671
* [dwarfdump] Make -c and -p work togetherJonas Devlieghere2018-05-261-0/+309
When requesting to dump both the parent chain and children, we used to print the DIE more than once because we propagated the dump options to the parent without clearing the respective flags. This commit fixes this oversight and adds a test. rdar://39415292 Differential revision: https://reviews.llvm.org/D47263 llvm-svn: 333350
OpenPOWER on IntegriCloud