This fixes an issue for LLD:
https://bugs.llvm.org/show_bug.cgi?id=47527
We might have a response file, which contains a path
to a library which included space symbols, e.g:
-Lw:/common/lib/611042000\ GIN-PCIe\ Debug
Currently it is not handled properly, because we are not escaping
space characters, like GNU does.