[PATCH] D45849: [ELF] --warn-backrefs: use the same GroupId for object files in the same --{start, end}-lib

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 18:40:47 PDT 2018


espindola added a comment.

In https://reviews.llvm.org/D45849#1072825, @ruiu wrote:

> Does --start-lib/--end-lib really implies --start-group/--end-group?


Not exactly. --start-lib/--end-lib means that those files are treated like a single .a. The tradition ELF handling of a .a file will loop over the members until no new member is fetched.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45849





More information about the llvm-commits mailing list