I need to compile project with custom linker script.
This project is successfully compiled by gcc.
Build fails when I use clang with ld.lld linker.
It fails on linker stage due to the use of "NOCROSSREFS_TO" command, which is used in linker script.
Is it possible to use such a command for ld.lld linker? Any alternatives?
No, this command isn't supported.