[lld] [LLD][ELF] Support OVERLAY symbol assignments (PR #159895)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 20 01:27:28 PDT 2025
================
@@ -0,0 +1,31 @@
+# REQUIRES: x86
+# RUN: echo 'nop; .section .small, "a"; .long 0; .section .big1, "a"; .quad 1; .section .big2, "a"; .quad 2;' \
+# RUN: | llvm-mc -filetype=obj -triple=x86_64-unknown-linux - -o %t.o
----------------
CompilerWang wrote:
thanks, this review comments have been fixed.
https://github.com/llvm/llvm-project/pull/159895
More information about the llvm-commits
mailing list