[llvm] MC: Simplify fragment reuse determination (PR #149471)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 12:13:13 PDT 2025
================
@@ -9,6 +9,7 @@
# CHECK-NEXT:0 Data LinkerRelaxable Size:8 [97,00,00,00,e7,80,00,00]
# CHECK-NEXT: Fixup @0 Value:specifier(19,ext) Kind:4023
# CHECK-NEXT: Symbol @0 $x
+# CHECK-NEXT:8 Data Size:0 []
----------------
lenary wrote:
Wasn't the idea of this patch sequence to cut down on zero-sized data fragments? Is there something we can do here to get rid of this one?
https://github.com/llvm/llvm-project/pull/149471
More information about the llvm-commits
mailing list