diff options
Diffstat (limited to 'llvm/docs/GettingStartedTutorials.rst')
-rw-r--r-- | llvm/docs/GettingStartedTutorials.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/GettingStartedTutorials.rst b/llvm/docs/GettingStartedTutorials.rst index a8d60343ddc..712463952b8 100644 --- a/llvm/docs/GettingStartedTutorials.rst +++ b/llvm/docs/GettingStartedTutorials.rst @@ -6,6 +6,7 @@ For those new to the LLVM system. .. toctree::
:hidden:
+ CompilerWriterInfo
Frontend/PerformanceTips
GettingStarted
GettingStartedVS
@@ -31,4 +32,7 @@ For those new to the LLVM system. :doc:`GettingStartedVS`
An addendum to the main Getting Started guide for those using Visual Studio
- on Windows.
\ No newline at end of file + on Windows.
+
+:doc:`CompilerWriterInfo`
+ A list of helpful links for compiler writers.
\ No newline at end of file |