[lld] r291221 - Remove lld::convertToUnixPathSeparator.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 10:11:04 PST 2017


Rui Ueyama via llvm-commits <llvm-commits at lists.llvm.org> writes:

> Author: ruiu
> Date: Fri Jan  6 03:38:43 2017
> New Revision: 291221
>
> URL: http://llvm.org/viewvc/llvm-project?rev=291221&view=rev
> Log:
> Remove lld::convertToUnixPathSeparator.
>
> Now TarWriter takes care of path separator conversion, so we don't
> need to handle that in LLD.

What is handling replacing \ with / in the response file?

Cheers,
Rafael


More information about the llvm-commits mailing list