[PATCH] D146216: [lld][ELF] Relax long jump/call to short jump/call on AVR
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 23:03:35 PDT 2023
benshi001 added a comment.
I can give up this patch. At least it is a tiny optimization, and have little affect on lld. But can my another patch https://reviews.llvm.org/D147364 be reviewd and accepted ?
`R_AVR_LO8_LDI_GS`/`R_AVR_HI8_LDI_GS` are still missing in lld, with them implemented, lld will be fully functional as GNU-ld, and can finally replace GNU-ld. My aim of clang+llvm+compilerrt+lld fully replace gnu toolchain, can be achieved. I really appreciate for that !
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146216/new/
https://reviews.llvm.org/D146216
More information about the llvm-commits
mailing list