[PATCH] D12323: lld: make pe targets use the coff linker

Martell Malone via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 07:09:24 PDT 2015


martell added a comment.

> This simply dispatch to the link.exe-compatible driver, so all options except -m have to be in link.exe style. What's the point of this change?


Yes it currently forces gnu COFF targets to use the link driver
http://reviews.llvm.org/D13933 
then adds the some needed alias's to support GNU style where needed.
Or at least at the minute enough to compile a simple hello world


http://reviews.llvm.org/D12323





More information about the llvm-commits mailing list