[COFF] Update an outdated comment. NFC
authorShoaib Meenai <smeenai@fb.com>
Fri, 15 Dec 2017 23:52:46 +0000 (23:52 +0000)
committerShoaib Meenai <smeenai@fb.com>
Fri, 15 Dec 2017 23:52:46 +0000 (23:52 +0000)
This comment dates from when LLD didn't produce actual PDBs, and is very
outdated now.

llvm-svn: 320894

lld/COFF/Driver.cpp

index 4e360bc9c35089cf69fc093ae6520b19296c5a76..6098a49a29fded9403a3439daf9029eb5ff50fe4 100644 (file)
@@ -817,7 +817,7 @@ void LinkerDriver::link(ArrayRef<const char *> ArgsArr) {
       Config->DebugTypes = getDefaultDebugType(Args);
   }
 
-  // Create a dummy PDB file to satisfy build sytem rules.
+  // Handle /pdb
   if (auto *Arg = Args.getLastArg(OPT_pdb))
     Config->PDBPath = Arg->getValue();