[PATCH] D43636: Update LLD docs to mention PDB support
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 11:15:08 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL325821: Update lld documentation to mention PDB support. (authored by zturner, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D43636?vs=135462&id=135486#toc
Repository:
rL LLVM
https://reviews.llvm.org/D43636
Files:
lld/trunk/docs/windows_support.rst
Index: lld/trunk/docs/windows_support.rst
===================================================================
--- lld/trunk/docs/windows_support.rst
+++ lld/trunk/docs/windows_support.rst
@@ -56,9 +56,8 @@
``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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43636.135486.patch
Type: text/x-patch
Size: 630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/04f09b5c/attachment.bin>
More information about the llvm-commits
mailing list