summaryrefslogtreecommitdiff
path: root/docs/subsystems.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r--docs/subsystems.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst
index c4c3b6d595..be33295a15 100644
--- a/docs/subsystems.rst
+++ b/docs/subsystems.rst
@@ -10,6 +10,7 @@ Subsystem Documentation
BitCodeFormat
BranchWeightMetadata
Bugpoint
+ CodeGenerator
ExceptionHandling
LinkTimeOptimization
SegmentedStacks
@@ -22,9 +23,9 @@ Subsystem Documentation
* `Writing an LLVM Backend <WritingAnLLVMBackend.html>`_
Information on how to write LLVM backends for machine targets.
-
-* `The LLVM Target-Independent Code Generator <CodeGenerator.html>`_
-
+
+* :ref:`code_generator`
+
The design and implementation of the LLVM code generator. Useful if you are
working on retargetting LLVM to a new architecture, designing a new codegen
pass, or enhancing existing components.