[PATCH] D13933: [COFF] Add some ld Aliases for gnu mode
Martell Malone via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 07:41:47 PDT 2015
martell added a comment.
Before I forget I know that some of the gnu ld aliases can not be implemented.
But I think the ability to compile exe's dll's and libs would cover most use cases of the gnu front end.
If someone is doing something crazy that fits outside this use case then they should be using link.exe
I don't think this will impose too much on the code base of COFF and have the least impact.
For everything else we can fall back to link.exe syntax
http://reviews.llvm.org/D13933
More information about the llvm-commits
mailing list