index.rst: pe/coff does support pdbs now

llvm-svn: 338362
This commit is contained in:
Hans Wennborg 2018-07-31 12:00:26 +00:00
parent 442c283218
commit c7792a6cc7

View File

@ -8,7 +8,7 @@ features that are useful for toolchain developers.
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