[lld] [lld][ELF] Fix crash when relaxation pass encounters synthetic sections (PR #184758)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 00:18:54 PST 2026


================
@@ -0,0 +1,28 @@
+# REQUIRES: riscv
+# RUN: rm -rf %t && split-file %s %t
+# RUN: llvm-mc --filetype=obj -triple=riscv64 %t/a.s -o %t/a.o
+# RUN: ld.lld -T %t/a.ld %t/a.o -o /dev/null
----------------
wangleiat wrote:

Done

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


More information about the llvm-commits mailing list