[PATCH] D92535: [llvm-link] fix linker behavior when linking archives with --only-needed option

Saiyedul Islam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 02:45:00 PST 2020


saiislam added a comment.

In D92535#2455987 <https://reviews.llvm.org/D92535#2455987>, @tra wrote:

> The change look OK. But we should still wait for @jsjodin to confirm that the first-file-is-different for archive files is unintentional.

AFAIK and could test on our internal branch, first-file-is-different for archives is unintentional. So, its removal shouldn't be a problem.
Looks good to me. Please wait for @tra to accept it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92535/new/

https://reviews.llvm.org/D92535



More information about the llvm-commits mailing list