summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-02-27 09:41:13 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-02-27 09:41:13 +0000
commitadf2c605f90b270c04c73857860295af8f489a0c (patch)
treef25396ecc1c347aabbc5607d0d1ddf27a71b95e4 /docs
parent19061ddb5f8b2dc84dc9e5ca9106b61325031978 (diff)
downloadllvm-adf2c605f90b270c04c73857860295af8f489a0c.tar.gz
llvm-adf2c605f90b270c04c73857860295af8f489a0c.tar.bz2
llvm-adf2c605f90b270c04c73857860295af8f489a0c.tar.xz
[docs] Switch to the incredibly simpler "simple table" form. It now
actually looks like the table on the webpage and is entertainingly smaller, easier to read, and easier to edit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst46
1 files changed, 17 insertions, 29 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index ff524a8cde..6102614352 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -115,35 +115,23 @@ Hardware
LLVM is known to work on the following host platforms:
-+-----------------+----------------------+-------------------------+
-|OS | Arch | Compilers |
-+=================+======================+=========================+
-|AuroraUX | x86\ :sup:`1` | GCC |
-+-----------------+----------------------+-------------------------+
-|Linux | x86\ :sup:`1` | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|Linux | amd64 | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|Linux | ARM\ :sup:`4` | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|Linux | PowerPC | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|Solaris | V9 (Ultrasparc) | GCC |
-+-----------------+----------------------+-------------------------+
-|FreeBSD | x86\ :sup:`1` | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|FreeBSD | amd64 | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|MacOS X\ :sup:`2`| PowerPC | GCC |
-+-----------------+----------------------+-------------------------+
-|MacOS X | x86 | GCC, Clang |
-+-----------------+----------------------+-------------------------+
-|Cygwin/Win32 | x86\ :sup:`1, 3` | GCC |
-+-----------------+----------------------+-------------------------+
-|Windows | x86\ :sup:`1` | Visual Studio |
-+-----------------+----------------------+-------------------------+
-|Windows x64 | x86-64 | Visual Studio |
-+-----------------+----------------------+-------------------------+
+================== ===================== =============
+OS Arch Compilers
+================== ===================== =============
+AuroraUX x86\ :sup:`1` GCC
+Linux x86\ :sup:`1` GCC, Clang
+Linux amd64 GCC, Clang
+Linux ARM\ :sup:`4` GCC, Clang
+Linux PowerPC GCC, Clang
+Solaris V9 (Ultrasparc) GCC
+FreeBSD x86\ :sup:`1` GCC, Clang
+FreeBSD amd64 GCC, Clang
+MacOS X\ :sup:`2` PowerPC GCC
+MacOS X x86 GCC, Clang
+Cygwin/Win32 x86\ :sup:`1, 3` GCC
+Windows x86\ :sup:`1` Visual Studio
+Windows x64 x86-64 Visual Studio
+================== ===================== =============
.. note::