diff options
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.
|