[llvm] [SPARC][MC] Fix `%gdop_hix22()` and `%gdop_lox10()` to use correct relocations (PR #137915)
Alex Rønne Petersen via llvm-commits
llvm-commits at lists.llvm.org
Sun May 4 01:14:37 PDT 2025
================
@@ -202,9 +203,9 @@ namespace {
{ "fixup_sparc_tls_le_lox10", 0, 0, 0 },
{ "fixup_sparc_hix22", 10, 22, 0 },
{ "fixup_sparc_lox10", 19, 13, 0 },
- { "fixup_sparc_gotdata_hix22", 0, 0, 0 },
- { "fixup_sparc_gotdata_lox10", 0, 0, 0 },
- { "fixup_sparc_gotdata_op", 0, 0, 0 },
+ { "fixup_sparc_gotdata_op_hix22", 10, 22, 0 },
----------------
alexrp wrote:
Done, thanks for doing that cleanup!
https://github.com/llvm/llvm-project/pull/137915
More information about the llvm-commits
mailing list