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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 09:20:21 PDT 2020


MaskRay added a comment.

I'm fine with bd1976llvm accepting when he is happy.



================
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
----------------
`--whole-archive` (which is more common)


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

https://reviews.llvm.org/D88877



More information about the llvm-commits mailing list