[PATCH] D13933: [COFF] Add some ld Aliases for gnu mode

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 13:44:40 PDT 2015


ruiu added a comment.

Besides the extra dependency, is there any problem with the shim approach? I don't think we should mix GNU and link.exe style command line options in one place.

A shim doesn't have to be an external tool. That can be just another entry point that creates a new argv and pass that to COFF driver. So the external dependency is not really a problem.


http://reviews.llvm.org/D13933





More information about the llvm-commits mailing list