summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-02-22 19:12:57 +0000
committerZachary Turner <zturner@google.com>2018-02-22 19:12:57 +0000
commit9316f3f232287340be049a643636bdcfe0f507a8 (patch)
tree2303007b75a23ad8693085b30c0be3c603d2f0b5 /lld/docs
parentaf63ba2e4be5cdc510b5823d5e9977417e89753f (diff)
Update lld documentation to mention PDB support.
Differential Revision: https://reviews.llvm.org/D43636
Diffstat (limited to 'lld/docs')
-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