summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-11-10 19:24:21 +0000
committerZachary Turner <zturner@google.com>2016-11-10 19:24:21 +0000
commitab792ca2d9b1aa5832100caaf811b33ee52b7e04 (patch)
tree127728d8e4aa6bd5a621a9c91db7c819a9cdfd38 /docs/index.rst
parente13ecb7d133f59ef733da5782184b3237b76d3b7 (diff)
[PDB] Begin adding documentation for the PDB file format.
Differential Revision: https://reviews.llvm.org/D26374 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 634e19a5c6f6..341a9c16325b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -274,6 +274,7 @@ For API clients and LLVM developers.
Coroutines
GlobalISel
XRay
+ PDB/index
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -398,6 +399,9 @@ For API clients and LLVM developers.
:doc:`XRay`
High-level documentation of how to use XRay in LLVM.
+:doc:`The Microsoft PDB File Format <PDB/index>`
+ A detailed description of the Microsoft PDB (Program Database) file format.
+
Development Process Documentation
=================================