Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dsymutil] Skip DW_AT_sibling attributes. | Jonas Devlieghere | 2018-02-27 | 1 | -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 test | Jonas Devlieghere | 2018-02-27 | 1 | -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 |