Do not pass line number to convertToUnixPathSeparator.
authorRui Ueyama <ruiu@google.com>
Wed, 7 Dec 2016 20:25:45 +0000 (20:25 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 7 Dec 2016 20:25:45 +0000 (20:25 +0000)
commitf966fe6c385ba17833059eb70dc9249916b0c2eb
treed1d04d8e9c061e56f3385b1954b143a447b887f2
parent63d064e9d15d48648da916749f44b4c8f013755e
Do not pass line number to convertToUnixPathSeparator.

Line number can never contain '/' or '\', so the previous code
was pointless at that point.

llvm-svn: 288973
lld/ELF/InputFiles.cpp
lld/include/lld/Core/Reproduce.h