forked from OSchip/llvm-project
Update lld documentation to mention PDB support.
Differential Revision: https://reviews.llvm.org/D43636 llvm-svn: 325821
This commit is contained in:
parent
32f5405bff
commit
401b2a463c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue