Update lld documentation to mention PDB support.

Differential Revision: https://reviews.llvm.org/D43636

llvm-svn: 325821
This commit is contained in:
Zachary Turner 2018-02-22 19:12:57 +00:00
parent 32f5405bff
commit 401b2a463c
1 changed files with 2 additions and 3 deletions

View File

@ -56,9 +56,8 @@ Module-definition file
``EXPORTS``, ``HEAPSIZE``, ``STACKSIZE``, ``NAME``, and ``VERSION``.
Debug info
:none:`No progress has been made`. Microsoft linker can interpret the CodeGen
debug info (old-style debug info) and PDB to emit an .pdb file. LLD doesn't
support neither.
:good:`Done`. LLD can emit PDBs that are at parity with those generated by
link.exe. However, LLD does not support /DEBUG:FASTLINK.
Building LLD