COFF: Create an empty file for /pdb.
authorRui Ueyama <ruiu@google.com>
Mon, 29 Jun 2015 14:27:12 +0000 (14:27 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 29 Jun 2015 14:27:12 +0000 (14:27 +0000)
commit0fc26d21bdd9372db1fad27c8221c4336b6c5fd4
treebc89ae3d533936701a07af277f1ad36ce258cb22
parent6b79ed128ad37b807bfab76714bb93c4f876fff4
COFF: Create an empty file for /pdb.

Most build system depends on existence or time stamp of a file.
This patch is to create an empty file for /pdb:<filename> option
just to satisfy some build rules.

llvm-svn: 240948
lld/COFF/Driver.cpp
lld/COFF/Driver.h
lld/COFF/DriverUtils.cpp