Issue 129816
Summary [LLD] Support placing OVERLAY in a specific MEMORY region in linker scripts
Labels lld
Assignees mysterymath
Reporter Prabhuk
    ```
OVERLAY OVERLAY_ADDR : {
    .overlay1 { *(overlay1*) }
    .overlay { *(overlay2*) }
} > MEM_REGION
```

In LLD, the `> MEM_REGION` semantic for OVERLAY is unsupported currently. This issue tracks adding support for this feature in LLD.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to