From 09b39002068d9cbcb44237a2fb8b39de72b4d6cd Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Fri, 13 Dec 2013 09:39:36 +0000 Subject: [PATCH] Add ARM to release instructions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197220 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToReleaseLLVM.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/HowToReleaseLLVM.rst b/docs/HowToReleaseLLVM.rst index bc3b093d755..6194fdfc864 100644 --- a/docs/HowToReleaseLLVM.rst +++ b/docs/HowToReleaseLLVM.rst @@ -238,6 +238,8 @@ when qualifying the build of ``llvm``, ``clang``, and ``dragonegg``. +--------------+---------------+----------------------+ | x86-64 | FreeBSD | gcc 4.2.X | +--------------+---------------+----------------------+ +| ARMv7 | Linux | gcc 4.6.X, gcc 4.7.X | ++--------------+---------------+----------------------+ Release Qualification Criteria ------------------------------ @@ -298,6 +300,10 @@ Specific Target Qualification Details | | | | clang regression tests, | | | | | test-suite | +--------------+-------------+----------------+-----------------------------+ +| ARMv7A | Linux | last release | llvm regression tests, | +| | | | clang regression tests, | +| | | | test-suite | ++--------------+-------------+----------------+-----------------------------+ Community Testing -----------------