[PATCH] D25495: [ThinLTO] Avoid archive member collisions
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 09:14:34 PDT 2016
davide updated this revision to Diff 74393.
davide added a comment.
Thanks for clarifying, Peter. Here's a new version of the patch. I decided to store the information about the offset in the archive in `class InputFile` as we do for the archive name already.
https://reviews.llvm.org/D25495
Files:
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/SymbolTable.cpp
ELF/Symbols.cpp
test/ELF/lto/thin-archivecollision.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25495.74393.patch
Type: text/x-patch
Size: 5897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161012/6fbf470b/attachment.bin>
More information about the llvm-commits
mailing list