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

Reshabh Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 09:22:16 PST 2020


rksharma added a comment.

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`?


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