[PATCH] D25495: [ThinLTO] Avoid archive member collisions

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 19:32:34 PDT 2016


pcc added a comment.

It seems that this does not entirely solve the problem -- you will still have collisions if two files happen to have the same size.

The gold plugin solves this problem by incorporating the byte offset within the archive file into the filename it passes to the LTO library. Would it be possible to do something similar here?


https://reviews.llvm.org/D25495





More information about the llvm-commits mailing list