From 6a128331a6f63c880b5edd15a802c739f7596d99 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Tue, 19 Aug 2014 17:05:58 +0000 Subject: Docs: add documentation for the coverage mapping format. Differential Revision: http://reviews.llvm.org/D4729 llvm-svn: 215990 --- llvm/docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/docs/index.rst') 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 ================================= -- cgit v1.2.3