[lld] [ELF] Include sharded relocations in RelocationBaseSection::getSize (PR #173285)
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 24 02:53:47 PST 2025
================
@@ -0,0 +1,20 @@
+# REQUIRES: aarch64
+# RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o
+# RUN: ld.lld --static %t.o -o %t
+# RUN: llvm-readelf -S -s -d %t | FileCheck %s
----------------
jrtc27 wrote:
I wonder why I even added that in the first place, the whole point is this is a static binary so there isn't a dynamic section to even dump...
https://github.com/llvm/llvm-project/pull/173285
More information about the llvm-commits
mailing list