diff options
Diffstat (limited to 'docs/subsystems.rst')
-rw-r--r-- | docs/subsystems.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/subsystems.rst b/docs/subsystems.rst index f863d1fc6d..275955be6e 100644 --- a/docs/subsystems.rst +++ b/docs/subsystems.rst @@ -22,6 +22,7 @@ Subsystem Documentation SystemLibrary SourceLevelDebugging WritingAnLLVMBackend + GarbageCollection .. FIXME: once LangRef is Sphinxified, HowToUseInstrMappings should be put under LangRef's toctree instead of this page's toctree. @@ -49,9 +50,9 @@ Subsystem Documentation Information on how to write a new alias analysis implementation or how to use existing analyses. - -* `Accurate Garbage Collection with LLVM <GarbageCollection.html>`_ - + +* :doc:`GarbageCollection` + The interfaces source-language compilers should use for compiling GC'd programs. |