- added helper function printObjectNamesInfo() to print out object file name, archive name, architecture name.
- One small behaviors change.
in the function dumpMachOUniversalBinaryArchAll , delete the functionality:
if (moreThanOneArch) outs() << "\n";
Add a comment to the function explaining the meaning of the return value.