[llvm] e2e86f4 - [Doc][SystemZ] Add Linux/SystemZ to Getting Started guide.
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 07:46:37 PST 2020
Author: Kai Nacke
Date: 2020-12-16T10:46:05-05:00
New Revision: e2e86f4e77ec2fd79743f4d0e94689e9668600ad
URL: https://github.com/llvm/llvm-project/commit/e2e86f4e77ec2fd79743f4d0e94689e9668600ad
DIFF: https://github.com/llvm/llvm-project/commit/e2e86f4e77ec2fd79743f4d0e94689e9668600ad.diff
LOG: [Doc][SystemZ] Add Linux/SystemZ to Getting Started guide.
The Linux/SystemZ platform is missing in the Getting Started guide
as platform on which LLVM is known to work.
Reviewed by: uweigand
Differential Revision: https://reviews.llvm.org/D93388
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 70e12b0f877a..05d2994fed2b 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -121,6 +121,7 @@ Linux amd64 GCC, Clang
Linux ARM GCC, Clang
Linux Mips GCC, Clang
Linux PowerPC GCC, Clang
+Linux SystemZ GCC, Clang
Solaris V9 (Ultrasparc) GCC
FreeBSD x86\ :sup:`1` GCC, Clang
FreeBSD amd64 GCC, Clang
More information about the llvm-commits
mailing list