summaryrefslogtreecommitdiffstats
path: root/lld
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-07-31 12:00:26 +0000
committerHans Wennborg <hans@hanshq.net>2018-07-31 12:00:26 +0000
commitc7792a6cc7d1942eb35730515e7fd51eb4852e99 (patch)
tree1f4dcb60d37f5e2ff9af2b9465b8ddfc26112d8a /lld
parent442c2832181e01d4bbc7066cc545a8aecb734aa5 (diff)
downloadbcm5719-llvm-c7792a6cc7d1942eb35730515e7fd51eb4852e99.tar.gz
bcm5719-llvm-c7792a6cc7d1942eb35730515e7fd51eb4852e99.zip
index.rst: pe/coff does support pdbs now
llvm-svn: 338362
Diffstat (limited to 'lld')
-rw-r--r--lld/docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index f4bf3be9bf2..2821ce4d214 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -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
OpenPOWER on IntegriCloud