[PATCH] D14034: [ELF2] Implement --start-group,--end-group

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 17:36:46 PDT 2015


ruiu added a comment.

This is not how we handle archive files in the new LLD. --start-group and --end-group are already supported. You may need to read COFF/README.md, which is referenced by ELF/README.md, first to get the idea of the new linker's architecture.


http://reviews.llvm.org/D14034





More information about the llvm-commits mailing list