blob: 07e5b0a8f0b3ee0fea2dd8898feff2cfa1e4d483 [file] [log] [blame]
tools/lld
~~~~~~~~~
Driver
------
lld needs a driver that supports gnu-ld_, ld64_, and link.exe_ arguments. It
would be nice to refactor the argument parsing parts of `Clang's`_ driver support
out to LLVM's Support library.
.. _gnu-ld: http://sourceware.org/binutils/docs-2.22/ld/Options.html#Options
.. _ld64: https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/Xcode-3.2.5/man1/ld.1.html
.. _link.exe: http://msdn.microsoft.com/en-us/library/y0zzbyt4(v=vs.110).aspx
.. _Clang's: http://clang.llvm.org/docs/DriverInternals.html