summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/Inputs/sibling.o
Commit message (Collapse)AuthorAgeFilesLines
* [dsymutil] Skip DW_AT_sibling attributes.Jonas Devlieghere2018-02-271-0/+0
| | | | | | | | | | Following DW_AT_sibling attributes completely defeats the pruning pass. Although clang doesn't generate the DW_AT_sibling attribute we should still handle it correctly. Differential revision: https://reviews.llvm.org/D43439 llvm-svn: 326231
* [dsymutil][test] Add PowerPC testJonas Devlieghere2018-02-271-0/+0
Add test that verifies that we don't follow DWARF values with a reference form class, such as DW_AT_sibling. Since clang doesn't generate the latter attribute, we added a PowerPC test generated on an old PowerBook G4. (Thanks Adrian!) llvm-svn: 326183
OpenPOWER on IntegriCloud