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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 05:33:09 PDT 2015


ruiu added a comment.

Ah, so this is the other patch to support other options.

As we discussed before, the difference between link.exe and GNU ld are not superficial -- some command line options can be supported as aliases (like the ones you are adding in this patch), but others have significant semantic differences. I want to discuss the plan first. What is your plan on that, and what is the goal?


http://reviews.llvm.org/D13933





More information about the llvm-commits mailing list