[llvm] r197220 - Add ARM to release instructions
Renato Golin
renato.golin at linaro.org
Fri Dec 13 01:39:37 PST 2013
Author: rengolin
Date: Fri Dec 13 03:39:36 2013
New Revision: 197220
URL: http://llvm.org/viewvc/llvm-project?rev=197220&view=rev
Log:
Add ARM to release instructions
Modified:
llvm/trunk/docs/HowToReleaseLLVM.rst
Modified: llvm/trunk/docs/HowToReleaseLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToReleaseLLVM.rst?rev=197220&r1=197219&r2=197220&view=diff
==============================================================================
--- llvm/trunk/docs/HowToReleaseLLVM.rst (original)
+++ llvm/trunk/docs/HowToReleaseLLVM.rst Fri Dec 13 03:39:36 2013
@@ -238,6 +238,8 @@ when qualifying the build of ``llvm``, `
+--------------+---------------+----------------------+
| 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
-----------------
More information about the llvm-commits
mailing list