[lld] [lld][ELF] Fix crash when relocations proceed relocated section (PR #156354)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 18 09:43:31 PDT 2025


================
@@ -0,0 +1,30 @@
+# REQUIRES: x86
+# RUN: rm -rf %t && mkdir -p %t
+# RUN: split-file %s %t && cd %t
+
----------------
MaskRay wrote:

The llvm-objcopy is unnecessary. Apply https://github.com/MaskRay/llvm-project/tree/lld-156354 to get the code/comment/test changes

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


More information about the llvm-commits mailing list