[PATCH] D126192: [Driver] Improve linking options for target AVR
Ben Shi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 00:02:37 PDT 2022
benshi001 added a comment.
In D126192#3549238 <https://reviews.llvm.org/D126192#3549238>, @MaskRay wrote:
> I am still uncomfortable with such a change. Trying to be smart sometimes may get in the way.
I have removed the guess of default linker script. Currently my patch only does
1. Support linking with lld if user specifed `-fuse-ld=lld`
2. Support user specifed linker script
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126192/new/
https://reviews.llvm.org/D126192
More information about the cfe-commits
mailing list