[PATCH] D128573: [lld] support quoted and unquoted entry symbol

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 25 12:22:27 PDT 2022


MaskRay added a comment.

Apologies. I know that you sent the patch first. I ended up cleaning up the existing linkerscript/entry.s a bit  (c5578fca16d5e2b274a9bd44e59f5160e908e294 <https://reviews.llvm.org/rGc5578fca16d5e2b274a9bd44e59f5160e908e294>) and added quoted symbol support.

Next time please mention this fixes/closes https://github.com/llvm/llvm-project/issues/56208

> [lld] support quoted and unquoted entry symbol

`[ELF] Support quoted entry symbol`

Unquoted entry symbols are supported before this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128573



More information about the llvm-commits mailing list