diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 83fc73387945..fe47eb1bcb7f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,11 @@ Overview ======== +.. warning:: + + If you are using a released version of LLVM, see `the download page + <http://llvm.org/releases/>`_ to find your documentation. + The LLVM compiler infrastructure supports a wide range of projects, from industrial strength compilers to specialized JIT applications to small research projects. @@ -269,6 +274,7 @@ For API clients and LLVM developers. Coroutines GlobalISel XRay + XRayExample PDB/index :doc:`WritingAnLLVMPass` @@ -394,6 +400,9 @@ For API clients and LLVM developers. :doc:`XRay` High-level documentation of how to use XRay in LLVM. +:doc:`XRayExample` + An example of how to debug an application with XRay. + :doc:`The Microsoft PDB File Format <PDB/index>` A detailed description of the Microsoft PDB (Program Database) file format. |