aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/llvm/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/building/llvm/index.rst')
-rw-r--r--doc/building/llvm/index.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/building/llvm/index.rst b/doc/building/llvm/index.rst
deleted file mode 100644
index 72c2c50c1..000000000
--- a/doc/building/llvm/index.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-.. _BUILD:llvm:
-
-LLVM Backend
-############
-
-.. rubric:: Requirements
-
-* GCC (Gnu Compiler Collection)
-* GNAT (Ada compiler for GCC)
-* LLVM (Low-Level-Virtual Machine) and CLANG (Compiler front-end for LLVM): 3.5, 3.8, 3.9, 4.0, 5.0, 6.0, 7.0 or 8.0
-
-.. rubric:: Supported platforms
-
-* :doc:`GNULinux-GNAT`
-* :doc:`Windows-MinGW-GNAT`
-* Mac OS
-
-.. toctree::
- :hidden:
-
- GNU/Linux with GCC/GNAT <GNULinux-GNAT>
- Windows with GCC/GNAT (MinGW) <Windows-MinGW-GNAT>