diff options
author | Keith Wyss <wyssman@gmail.com> | 2017-08-02 21:47:27 +0000 |
---|---|---|
committer | Keith Wyss <wyssman@gmail.com> | 2017-08-02 21:47:27 +0000 |
commit | 3d0bc9ef1a9dd78815aad6e2ef1c70747a0de56c (patch) | |
tree | 20f8f1ea7330d711714522de7b2f7eb4aad8711d /llvm/docs/index.rst | |
parent | e6de494b7442f5a725ab77bdb80aa20de5447736 (diff) | |
download | bcm5719-llvm-3d0bc9ef1a9dd78815aad6e2ef1c70747a0de56c.tar.gz bcm5719-llvm-3d0bc9ef1a9dd78815aad6e2ef1c70747a0de56c.zip |
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
llvm-svn: 309891
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 7f3788f95b6..9b74ab8f671 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -280,6 +280,7 @@ For API clients and LLVM developers. GlobalISel XRay XRayExample + XRayFDRFormat PDB/index :doc:`WritingAnLLVMPass` |