[all-commits] [llvm/llvm-project] f14a4a: Sparc: Suppress applyFixup when a relocation is ge...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon May 5 09:19:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f14a4ac4d6949666e0930f88d22798042446bb91
https://github.com/llvm/llvm-project/commit/f14a4ac4d6949666e0930f88d22798042446bb91
Author: Fangrui Song <i at maskray.me>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
M llvm/test/MC/Sparc/Relocations/relocation-specifier.s
Log Message:
-----------
Sparc: Suppress applyFixup when a relocation is generated
The computed R_SPARC_HIX22/R_SPARC_LOX10 value is non-zero even when the
input is 0. We should suppress applyFixup when a relocation is
generated.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list