[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:54:14 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
----------------
jrtc27 wrote:
I swear I copied it from somewhere else but can't now find where. Removed.
https://github.com/llvm/llvm-project/pull/173285
More information about the llvm-commits
mailing list