[lld] r320894 - [COFF] Update an outdated comment. NFC

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 15:52:46 PST 2017


Author: smeenai
Date: Fri Dec 15 15:52:46 2017
New Revision: 320894

URL: http://llvm.org/viewvc/llvm-project?rev=320894&view=rev
Log:
[COFF] Update an outdated comment. NFC

This comment dates from when LLD didn't produce actual PDBs, and is very
outdated now.

Modified:
    lld/trunk/COFF/Driver.cpp

Modified: lld/trunk/COFF/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Driver.cpp?rev=320894&r1=320893&r2=320894&view=diff
==============================================================================
--- lld/trunk/COFF/Driver.cpp (original)
+++ lld/trunk/COFF/Driver.cpp Fri Dec 15 15:52:46 2017
@@ -817,7 +817,7 @@ void LinkerDriver::link(ArrayRef<const c
       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();
 




More information about the llvm-commits mailing list