[lld] [llvm] [LoongArch] Use R_LARCH_ALIGN with section symbol (PR #84741)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 10:02:57 PDT 2024
================
@@ -226,11 +226,8 @@ bool LoongArchAsmBackend::shouldInsertFixupForCodeAlign(
MCFixup::create(0, Dummy, MCFixupKind(LoongArch::fixup_loongarch_align));
----------------
MaskRay wrote:
lld is not coupled with MC. Changes to both places are usually done in two patches.
https://github.com/llvm/llvm-project/pull/84741
More information about the llvm-commits
mailing list