Declare that musttail calls in variadic functions forward the ellipsis
[oota-llvm.git] / docs / index.rst
index 1d4fbd9d34d0c03799bc09ae49dc57d1fc762f5e..08666a8462d157b4237e76b3be6be3fbd2d138ee 100644 (file)
@@ -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
 =================================