[lld] [ELF] Prevent .eh_frame_hdr size oscillation in address assignment (PR #216248)

Pranav Kant via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 14:58:26 PDT 2026


================
@@ -0,0 +1,34 @@
+# REQUIRES: aarch64
+# RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o
+# RUN: echo "SECTIONS { \
+# RUN:   . = 0x10000; \
+# RUN:   .text : { *(.text) } \
+# RUN:   .eh_frame_hdr : { *(.eh_frame_hdr) } \
----------------
pranavk wrote:

@tmsri closing this since you seem to have addressed this in Fangrui's comment thread

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


More information about the llvm-commits mailing list