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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 00:27:43 PDT 2017


mstorsjo added inline comments.


================
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
----------------
ruiu wrote:
> If you don't need `-shared`, please remove from this line.
Ok, will remove before pushing.


https://reviews.llvm.org/D37769





More information about the llvm-commits mailing list