diff options
author | DeForest Richards <d4m1887@gmail.com> | 2019-09-20 20:51:33 +0000 |
---|---|---|
committer | DeForest Richards <d4m1887@gmail.com> | 2019-09-20 20:51:33 +0000 |
commit | 01a3080960eec85ca85467a3930e30ac3e93ca0c (patch) | |
tree | 4bfa34f76f3336ef5be027f5078161d0b9f37bc5 /llvm/docs/UserGuides.rst | |
parent | 0ae02fd71a3828209df37239910568ecde68912a (diff) | |
download | bcm5719-llvm-01a3080960eec85ca85467a3930e30ac3e93ca0c.tar.gz bcm5719-llvm-01a3080960eec85ca85467a3930e30ac3e93ca0c.zip |
[Docs] Move topics to new categories
This commit moves several topics to new categories.
llvm-svn: 372428
Diffstat (limited to 'llvm/docs/UserGuides.rst')
-rw-r--r-- | llvm/docs/UserGuides.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/UserGuides.rst b/llvm/docs/UserGuides.rst index 962fd149743..9dfab67f42e 100644 --- a/llvm/docs/UserGuides.rst +++ b/llvm/docs/UserGuides.rst @@ -18,8 +18,6 @@ intermediate LLVM representation. HowToBuildWithPGO
HowToCrossCompileBuiltinsOnArm
HowToCrossCompileLLVM
- GettingStartedVS
- FAQ
yaml2obj
MarkdownQuickstartTemplate
Phabricator
@@ -53,16 +51,9 @@ intermediate LLVM representation. :doc:`HowToCrossCompileLLVM`
Notes on cross-building and testing LLVM/Clang.
-:doc:`GettingStartedVS`
- An addendum to the main Getting Started guide for those using Visual Studio
- on Windows.
-
:doc:`Passes`
A list of optimizations and analyses implemented in LLVM.
-:doc:`FAQ`
- A list of common questions and problems and their solutions.
-
:doc:`TestSuiteGuide`
Describes how to compile and run the test-suite benchmarks.
|