Issue |
128790
|
Summary |
[LLD] Implement NOCROSREFS support for overlays in linker script handling of LLD
|
Labels |
lld
|
Assignees |
|
Reporter |
Prabhuk
|
Consider the following incomplete linker script snippet:
```
OVERLAY <START_ADDRESS>: NOCROSSREFS {
.overlay.ob1 {*ob1*.o (.text*)}
.overlay.ob2 {*ob2*.o (.text*)}
} >SOME_MEMORY
```
LLD fails with `{ expected, but got NOCROSSREFS` while processing this.
Ideally, we would like to match the BFD linker behavior for NOCROSSREFS in this case.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs