K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-22T10:11:43.858101Z K 7 svn:log V 591 Reapply r362235 (by kp): llvm: Default to -mno-relax on RISC-V Compiling on a RISC-V system fails with 'relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax'. Our default linker (ld.lld) doesn't support relaxation, so default to no-relax so we don't generate object files the linker can't handle. Reviewed by: mhorne Sponsored by: Axiado Differential Revision: https://reviews.freebsd.org/D25210 (cherry picked from commit 82343267e32c24c6c577bc9cdae394d84c623507) Git Hash: 1d6829066557a673a8fe85ad2f91c024d3a014f4 Git Author: dim@FreeBSD.org END