diff options
author | DeForest Richards <d4m1887@gmail.com> | 2019-10-09 20:26:13 +0000 |
---|---|---|
committer | DeForest Richards <d4m1887@gmail.com> | 2019-10-09 20:26:13 +0000 |
commit | 02d264a54712badfb1886f4b692d51ad0259c0a6 (patch) | |
tree | c3a5d2bec66ae7fb263321ed6a33d71b1eab7a4c /llvm/docs/GettingStartedTutorials.rst | |
parent | 39f759189d51ea32e3010772e4e1409b62aa7ef9 (diff) | |
download | bcm5719-llvm-02d264a54712badfb1886f4b692d51ad0259c0a6.tar.gz bcm5719-llvm-02d264a54712badfb1886f4b692d51ad0259c0a6.zip |
[Docs] Adds Documentation links to sidebar
Adds links to Getting Started/Tutorials, User Guides, and Reference documentation pages to sidebar. Also adds a new section for LLVM IR on the Reference documentation page.
llvm-svn: 374214
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 |