[lld] r325821 - Update lld documentation to mention PDB support.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 11:12:57 PST 2018
Author: zturner
Date: Thu Feb 22 11:12:57 2018
New Revision: 325821
URL: http://llvm.org/viewvc/llvm-project?rev=325821&view=rev
Log:
Update lld documentation to mention PDB support.
Differential Revision: https://reviews.llvm.org/D43636
Modified:
lld/trunk/docs/windows_support.rst
Modified: lld/trunk/docs/windows_support.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/windows_support.rst?rev=325821&r1=325820&r2=325821&view=diff
==============================================================================
--- lld/trunk/docs/windows_support.rst (original)
+++ lld/trunk/docs/windows_support.rst Thu Feb 22 11:12:57 2018
@@ -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
More information about the llvm-commits
mailing list