[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
Sat May 3 18:15:21 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:

Sounds good, I'll try rebasing on that.

https://github.com/llvm/llvm-project/pull/137915


More information about the llvm-commits mailing list