[PATCH] D27313: LTO: Add support for multi-module bitcode files.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 17:58:28 PST 2016
davide added a comment.
Yes, thin-archivecollision.ll in lld/test/lto is an example, but it could be even worse because the two members can be part of the same archive. I find it weird that's possible to create an archive with two distinct members and the same name, but apparently ar consider this a legitimate operation.
Repository:
rL LLVM
https://reviews.llvm.org/D27313
More information about the llvm-commits
mailing list