[dsymutil] Better support for symbol aliasesThis patch adds logic to follow a symbol's aliases when the symbol namecannot be found in the current object file. It checks the main binaryfor the sym
[dsymutil] Better support for symbol aliasesThis patch adds logic to follow a symbol's aliases when the symbol namecannot be found in the current object file. It checks the main binaryfor 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/D38230llvm-svn: 314198
show more ...