diff options
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 29f2bd8955a..634e19a5c6f 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -273,6 +273,7 @@ For API clients and LLVM developers. MIRLangRef Coroutines GlobalISel + XRay :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -394,6 +395,9 @@ For API clients and LLVM developers. :doc:`GlobalISel` This describes the prototype instruction selection replacement, GlobalISel. +:doc:`XRay` + High-level documentation of how to use XRay in LLVM. + Development Process Documentation ================================= |