quinnp added a comment. In D129855#3657006 <https://reviews.llvm.org/D129855#3657006>, @MaskRay wrote:
> This is not right as using `ld.lld` as the default linker isn't the majority > case. If you want to change the default for your distribution, set > `-DCLANG_DEFAULT_LINKER=lld`. > (Alternatively, you can have a `ld` symlink pointing to `lld`.) Hi @MaskRay! Do you mean I should abandon this change or find a way to set the CMake variable `CLANG_DEFAULT_LINKER` to `lld` as default when building for PowerPC Linux? I wasn't able to find any examples of people setting CMake variables for specific distributions. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129855/new/ https://reviews.llvm.org/D129855 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits