[PATCH] D37769: [LLD] [MinGW] Add support for the options --[no-]whole-archive

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 13:58:02 PDT 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/MinGW/driver.test:51
+
+RUN: ld.lld -### -shared -m i386pep foo.o --whole-archive bar.a --no-whole-archive baz.a | FileCheck -check-prefix WHOLE-ARCHIVE %s
+WHOLE-ARCHIVE: foo.o -wholearchive:bar.a baz.a
----------------
If you don't need `-shared`, please remove from this line.


https://reviews.llvm.org/D37769





More information about the llvm-commits mailing list