I'm reading the documentations of LLD (LLVM linker) and it mentioned "ports".
Eg.,
The ELF port is the one that will be described in this document. The PE/COFF port is complete, including Windows debug info (PDB) support. The WebAssembly port is still a work in progress (See WebAssembly lld port)
Can someone explain what exactly is a linker port?