summaryrefslogtreecommitdiff
path: root/lld/docs/windows_support.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lld/docs/windows_support.rst')
-rw-r--r--lld/docs/windows_support.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/lld/docs/windows_support.rst b/lld/docs/windows_support.rst
index 6b06d29afaf..780c663a537 100644
--- a/lld/docs/windows_support.rst
+++ b/lld/docs/windows_support.rst
@@ -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