[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 10:25:05 PST 2018
zturner updated this revision to Diff 135462.
zturner added a comment.
Update to say done.
https://reviews.llvm.org/D43636
Files:
lld/docs/windows_support.rst
Index: lld/docs/windows_support.rst
===================================================================
--- lld/docs/windows_support.rst
+++ lld/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.135462.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/b5092e70/attachment.bin>
More information about the llvm-commits
mailing list