[lld] r338362 - index.rst: pe/coff does support pdbs now
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 05:00:27 PDT 2018
Author: hans
Date: Tue Jul 31 05:00:26 2018
New Revision: 338362
URL: http://llvm.org/viewvc/llvm-project?rev=338362&view=rev
Log:
index.rst: pe/coff does support pdbs now
Modified:
lld/trunk/docs/index.rst
Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=338362&r1=338361&r2=338362&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Tue Jul 31 05:00:26 2018
@@ -8,7 +8,7 @@ features that are useful for toolchain d
The linker supports ELF (Unix), PE/COFF (Windows), Mach-O (macOS) and
WebAssembly in descending order of completeness. Internally, LLD consists of
several different linkers. The ELF port is the one that will be described in
-this document. The PE/COFF port is almost complete except the lack of the
+this document. The PE/COFF port is complete, including
Windows debug info (PDB) support. The WebAssembly port is still a work in
progress (See :doc:`WebAssembly`). The Mach-O port is built based on a
different architecture than the others. For the details about Mach-O, please
More information about the llvm-commits
mailing list