diff options
author | Zachary Turner <zturner@google.com> | 2018-02-22 19:12:57 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-02-22 19:12:57 +0000 |
commit | 401b2a463c1230dcae12472457d6fce5176a8c29 (patch) | |
tree | 56dbf667fb6d27599b146cf51a9ca6f0c141615f | |
parent | 32f5405bff9ab7136cbd0ec69d10a73f7eefc874 (diff) | |
download | bcm5719-llvm-401b2a463c1230dcae12472457d6fce5176a8c29.tar.gz bcm5719-llvm-401b2a463c1230dcae12472457d6fce5176a8c29.zip |
Update lld documentation to mention PDB support.
Differential Revision: https://reviews.llvm.org/D43636
llvm-svn: 325821
-rw-r--r-- | lld/docs/windows_support.rst | 5 |
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 |