Skip to content

Commit 401b2a4

Browse files
author
Zachary Turner
committedFeb 22, 2018
Update lld documentation to mention PDB support.
Differential Revision: https://reviews.llvm.org/D43636 llvm-svn: 325821
1 parent 32f5405 commit 401b2a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎lld/docs/windows_support.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ Module-definition file
5656
``EXPORTS``, ``HEAPSIZE``, ``STACKSIZE``, ``NAME``, and ``VERSION``.
5757

5858
Debug info
59-
:none:`No progress has been made`. Microsoft linker can interpret the CodeGen
60-
debug info (old-style debug info) and PDB to emit an .pdb file. LLD doesn't
61-
support neither.
59+
:good:`Done`. LLD can emit PDBs that are at parity with those generated by
60+
link.exe. However, LLD does not support /DEBUG:FASTLINK.
6261

6362

6463
Building LLD

0 commit comments

Comments
 (0)
Please sign in to comment.