COFF: Use the empty string as the current directory instead of ".".
authorRui Ueyama <ruiu@google.com>
Mon, 8 Jun 2015 06:13:12 +0000 (06:13 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 8 Jun 2015 06:13:12 +0000 (06:13 +0000)
commit7d80640f2530140840c4ba0e7d45f424f1c42bd8
treef98c6897433089de1cf7398296beae4db5cbec1b
parenteeae5ddbe20b084417ef7052d00bd898a241bf84
COFF: Use the empty string as the current directory instead of ".".

This is NFC but makes log message a bit nicer because it doesn't
append .\ (or ./ on Unix) to files in the current directory.

llvm-svn: 239290
lld/COFF/Driver.cpp