[PATCH] D88877: [ELF] Drop --whole-archive before processing dependent libraries.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 00:50:01 PDT 2020


ikudrin added inline comments.


================
Comment at: lld/test/ELF/deplibs-ignore-whole-archive.s:17
+# RUN: llvm-ar rc %t.dir/lib.a %tfoo.o %tbar.o
+# RUN: ld.lld %t.o -o %t -L %t.dir -whole-archive
+# RUN: llvm-nm %t | FileCheck %s
----------------
MaskRay wrote:
> `--whole-archive` (which is more common)
Thanks!


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

https://reviews.llvm.org/D88877



More information about the llvm-commits mailing list