[PATCH] D29526: Add an option to use the MSVC linker to link LTO-generated object files.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 11:57:52 PST 2017


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

LGTM



================
Comment at: lld/COFF/DriverUtils.cpp:659
+    switch (Arg->getOption().getID()) {
+    case OPT_defaultlib:
+    case OPT_linkrepro:
----------------
I guess defaultlib flags will always refer to archive files, so you probably don't want to strip them.


https://reviews.llvm.org/D29526





More information about the llvm-commits mailing list