diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2014-08-19 17:05:58 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2014-08-19 17:05:58 +0000 |
| commit | 6a128331a6f63c880b5edd15a802c739f7596d99 (patch) | |
| tree | fede937d8bbde1dae68860fc74764cfe6bc66ee2 /llvm/docs/index.rst | |
| parent | 11c07d7eec2889be194e1662277542af2c9359df (diff) | |
| download | bcm5719-llvm-6a128331a6f63c880b5edd15a802c739f7596d99.tar.gz bcm5719-llvm-6a128331a6f63c880b5edd15a802c739f7596d99.zip | |
Docs: add documentation for the coverage mapping format.
Differential Revision: http://reviews.llvm.org/D4729
llvm-svn: 215990
Diffstat (limited to 'llvm/docs/index.rst')
| -rw-r--r-- | llvm/docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 1d4fbd9d34d..08666a8462d 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -238,6 +238,7 @@ For API clients and LLVM developers. StackMaps InAlloca BigEndianNEON + CoverageMappingFormat :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -324,6 +325,8 @@ For API clients and LLVM developers. LLVM's support for generating NEON instructions on big endian ARM targets is somewhat nonintuitive. This document explains the implementation and rationale. +:doc:`CoverageMappingFormat` + This describes the format and encoding used for LLVM’s code coverage mapping. Development Process Documentation ================================= |

