[PATCH] D50139: lld-link: Remove /msvclto option

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 05:49:05 PDT 2018


thakis created this revision.
thakis added a reviewer: hans.
Herald added subscribers: dexonsmith, steven_wu, mehdi_amini.

This was useful for LTO bringup in lld-link while lld couldn't write PDBs. Now that it can, this should no longer be needed. Hopefully the flag is obscure enough and recent enough, that nobody uses it – but if somebody should use it, they should be able to just stop passing it and things should continue to work.


https://reviews.llvm.org/D50139

Files:
  lld/COFF/Driver.cpp
  lld/COFF/Driver.h
  lld/COFF/DriverUtils.cpp
  lld/COFF/Options.td
  lld/test/COFF/msvclto-archive.ll
  lld/test/COFF/msvclto-order.ll
  lld/test/COFF/msvclto.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50139.158513.patch
Type: text/x-patch
Size: 10403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/3fed5ab0/attachment.bin>


More information about the llvm-commits mailing list