[PATCH] D126192: [Driver] Improve linking options for target AVR
Haowei Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 14 17:57:20 PDT 2022
haowei added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126192/new/
https://reviews.llvm.org/D126192
More information about the cfe-commits
mailing list