[lld] [lld/ELF][x86-64] Place large executable sections at the edges of binary (PR #70358)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 20:57:07 PDT 2025


================
@@ -155,3 +171,27 @@ SECTIONS {
   .ldata2 : {}
   .lbss : { *(.lbss .lbss.*) }
 }
+
+#--- c.s
+.section .ltext,"axl", at progbits
----------------
MaskRay wrote:

Add a comment along the line of `## Test .ltext`

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


More information about the llvm-commits mailing list