Match gnu linker behavior by supporting quoted and unquoted entry symbol
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Apologies. I know that you sent the patch first. I ended up cleaning up the existing linkerscript/entry.s a bit (c5578fca16d5e2b274a9bd44e59f5160e908e294) 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.