summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/Inputs/alias/foobar
Commit message (Collapse)AuthorAgeFilesLines
* [dsymutil] Better support for symbol aliasesJonas Devlieghere2017-09-261-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
OpenPOWER on IntegriCloud