[PATCH] D33880: COFF: Introduce LD shim around LINK

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 10:37:24 PDT 2017


martell added a comment.

In https://reviews.llvm.org/D33880#845605, @mstorsjo wrote:

> I know of some issues around that, but had meant to send my patches once this goes in, in order not to stall this one forever.


With that in mind I updated this with just a test for `.exe` and ensured the default for exe generation is `a.exe` vs `a.out` for elf targets.
You might want to override this for a.dll when `-shared` is passed etc


Repository:
  rL LLVM

https://reviews.llvm.org/D33880





More information about the llvm-commits mailing list