mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-05 09:11:55 +00:00

* ensure trailing spaces are eliminated so they don't factor into the length of a member's name. * make sure all the bytes of a name are written even if the name ends in multiple null characters (bug in OSX ar) * make sure we provide the full member name when searching for symbols so the module name is not accidentally duplicated. llvm-svn: 17918