Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dsymutil] Better support for symbol aliases | Jonas Devlieghere | 2017-09-26 | 3 | -0/+0 |
This patch adds logic to follow a symbol's aliases when the symbol name cannot be found in the current object file. It checks the main binary for the symbol's address and queries the current object for its aliases (symbols with the same address) before printing out a warning. Differential revision: https://reviews.llvm.org/D38230 llvm-svn: 314198 |