[PATCH] D91418: [LLD][ELF] Rename lld elf driver main function

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 09:38:08 PST 2020


sbc100 added a comment.

In D91418#2431400 <https://reviews.llvm.org/D91418#2431400>, @rksharma wrote:

> In D91418#2431314 <https://reviews.llvm.org/D91418#2431314>, @MaskRay wrote:
>
>> I think changing from `main` to `to` avoids an issue and adds a new issue. We should fix the issues all together, and this requires consensus from others ports to proceed.
>
> Is the new issue, the clash with `lld::*::link` and if so, then ideally we should replace `link` from all the ports to `linkerMain`?

`lldMain`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91418/new/

https://reviews.llvm.org/D91418



More information about the llvm-commits mailing list