[PATCH] D25495: [ThinLTO] Avoid archive member collisions
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 11:56:56 PDT 2016
davide added a comment.
In https://reviews.llvm.org/D25495#568483, @ruiu wrote:
> Isn't ArchiveName a full path? If you concatenate a full path archive name and a filename inside of the archive, does it become a unique identifier?
No, it does not, because you can have a valid archive which contains two member functions with the same name.
https://reviews.llvm.org/D25495
More information about the llvm-commits
mailing list