[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:17:48 PST 2018
zturner created this revision.
zturner added reviewers: rnk, hans, ruiu.
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,9 @@
``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:`Mostly done`. There are a few known bugs, but barring those we
+ don't know of anything that would cause a PDB generated by LLD to be worse
+ than a PDB generated by link.exe against the same object files.
Building LLD
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43636.135461.patch
Type: text/x-patch
Size: 691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/858b33e2/attachment.bin>
More information about the llvm-commits
mailing list