diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-02-27 09:41:13 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-02-27 09:41:13 +0000 |
| commit | 4ef7efe7712c55dcb866458d6a43ed39a266eda3 (patch) | |
| tree | dc42b696b8880fea83967fec64cd813d2c308eab /llvm/docs | |
| parent | 41e1b91750710a9fc0de98bfdcf88689581a51cc (diff) | |
| download | bcm5719-llvm-4ef7efe7712c55dcb866458d6a43ed39a266eda3.tar.gz bcm5719-llvm-4ef7efe7712c55dcb866458d6a43ed39a266eda3.zip | |
[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.
llvm-svn: 202371
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 46 |
1 files changed, 17 insertions, 29 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index ff524a8cde8..61026143527 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/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:: |

