docs: Sphinxify GoldPlugin document.
[oota-llvm.git] / docs / subsystems.rst
index 6c20a61c60621d5d4f92ba3d9868f03a2cf76656..8c3cdf2417b8f9e41b5401737382e5f12c44331e 100644 (file)
@@ -16,6 +16,7 @@ Subsystem Documentation
    SegmentedStacks
    TableGenFundamentals
    DebuggingJITedCode
+   GoldPlugin
 
 * `Writing an LLVM Pass <WritingAnLLVMPass.html>`_
     
@@ -75,7 +76,7 @@ Subsystem Documentation
    This document describes the interface between LLVM intermodular optimizer
    and the linker and its design
     
-* `The LLVM gold plugin <GoldPlugin.html>`_
+* :ref:`gold-plugin`
     
    How to build your programs with link-time optimization on Linux.