summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorKeith Wyss <wyssman@gmail.com>2017-08-02 21:47:27 +0000
committerKeith Wyss <wyssman@gmail.com>2017-08-02 21:47:27 +0000
commit630a4acf814e0571b0148c2b06424d8e2bb80b6a (patch)
tree1dcbf14e2780e4446c94e70ae13d65543f16bcc7 /docs/index.rst
parentc8df92092df3e37f082e6288defac1e10634858f (diff)
Xray docs with description of Flight Data Recorder binary format.
Summary: Adding a new restructuredText file to document the trace format produced with an FDR mode handler and read by llvm-xray toolset. Fixed two problems in the documentation from differential review. One bad table and a missing link in the toc. Original commit was e97c5836a77db803fe53319c53f3bf8e8b26d2b7. Reviewers: dberris, pelikan Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D36041 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7f3788f95b6..9b74ab8f671 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -280,6 +280,7 @@ For API clients and LLVM developers.
GlobalISel
XRay
XRayExample
+ XRayFDRFormat
PDB/index
:doc:`WritingAnLLVMPass`