From fd77e578e96368c6e23230bba56a5bce3ae37d07 Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Thu, 24 Oct 2019 15:54:58 +0300 Subject: [PATCH] [docs] Add Mips as a supported architecture in GettingStarted.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Miloš Stojanović Differential Revision: https://reviews.llvm.org/D69380 --- llvm/docs/GettingStarted.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 426bb764eb5a..963de6ffb5f2 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -117,6 +117,7 @@ OS Arch Compilers Linux x86\ :sup:`1` GCC, Clang Linux amd64 GCC, Clang Linux ARM GCC, Clang +Linux Mips GCC, Clang Linux PowerPC GCC, Clang Solaris V9 (Ultrasparc) GCC FreeBSD x86\ :sup:`1` GCC, Clang