[PATCH] D126192: [Driver] Improve linking options for target AVR

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 18:20:04 PDT 2022


benshi001 added a comment.

In D126192#3583795 <https://reviews.llvm.org/D126192#3583795>, @haowei wrote:

> I already reverted the change in https://github.com/llvm/llvm-project/commit/7fae15f9251d3b392058e2fc84898b53619d36ad . It is likely the breakage is caused by the fact that Fuchsia's Clang by default use `lld`, see `clang/cmake/caches/Fuchsia-stage2.cmake:set(CLANG_DEFAULT_LINKER lld CACHE STRING "")` . Please let me know if you need to test your new patch with this configuration. I am happy to help.

I have uploaded a new version of my patch, which should fixes the issue on your platfrom that lld is default. Could you please help me test ? Please ignore another patch.


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

https://reviews.llvm.org/D126192



More information about the cfe-commits mailing list