From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Goldstein Subject: Re: [PATCH] docs: Update README to include Clang Date: Thu, 25 Feb 2016 13:00:44 -0600 Message-ID: <56CF4F5C.4090701@cardoe.com> References: <1456415999-15657-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9078196997487270024==" Return-path: In-Reply-To: <1456415999-15657-1-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xen.org Sender: "Xen-devel" To: Andrew Cooper , Xen-devel Cc: Wei Liu , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============9078196997487270024== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LOaN8qJMcpLjU58PjJnEAItUKv7SfL3ts" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LOaN8qJMcpLjU58PjJnEAItUKv7SfL3ts Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 2/25/16 9:59 AM, Andrew Cooper wrote: > Xen now builds on x86 with Clang 3.5 and 3.8. Update README to reflect= this. >=20 > Mark Clang as no longer a permitted failure in Travis, to prevent futur= e > regressions slipping back in. >=20 > Signed-off-by: Andrew Cooper > --- > CC: Ian Campbell > CC: Ian Jackson > CC: Wei Liu > CC: Doug Goldstein >=20 > N.B. Older versions of Clang are expected to work, but I currently don'= t have > an easy way of testing this. > --- > .travis.yml | 2 -- > README | 15 +++++++++------ > 2 files changed, 9 insertions(+), 8 deletions(-) >=20 > diff --git a/.travis.yml b/.travis.yml > index 189d568..b84d38f 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -2,8 +2,6 @@ language: c > dist: trusty > sudo: required > matrix: > - allow_failures: > - - compiler: clang > include: > - compiler: gcc > env: XEN_TARGET_ARCH=3Dx86_64 > diff --git a/README b/README > index dd36ec8..fe2e7c6 100644 > --- a/README > +++ b/README > @@ -35,13 +35,16 @@ Second, there are a number of prerequisites for bui= lding a Xen source > release. Make sure you have all the following installed, either by > visiting the project webpage or installing a pre-built package > provided by your OS distributor: > - * GCC > - - For x86 4.1.2_20070115 or later > - - For ARM 4.8 or later > * GNU Make v3.80 or later > - * GNU Binutils: > - - For x86 2.16.91.0.5 or later > - - For ARM 2.24 or later > + * C compiler and linker: > + - For x86: > + - GCC 4.1.2_20070115 or later > + - GNU Binutils 2.16.91.0.5 or later > + or > + - Clang/LLVM 3.5 or later > + - For ARM: > + - GCC 4.8 or later > + - GNU Binutils 2.24 or later > * Development install of zlib (e.g., zlib-dev) > * Development install of Python v2.3 or later (e.g., python-dev) > * Development install of curses (e.g., libncurses-dev) >=20 Reviewed-by: Doug Goldstein for the README Acked-by: Doug Goldstein for the .travis.yml --=20 Doug Goldstein --LOaN8qJMcpLjU58PjJnEAItUKv7SfL3ts Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 iQJ8BAEBCgBmBQJWz09fXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNTM5MEQ2RTNFMTkyNzlCNzVDMzIwOTVB MkJDMDNEQzg3RUQxQkQ0AAoJEKK8A9yH7RvUnSIP/1RyxNWd0aZCKxeiuM1GlCY0 aXXqHpRuE47nSTpfL/svVZN0SWscid5Ihhj9OngUkMy4+DsEqpbFqprck1UnpS0c Iy8TFyODprK/0VfY4+4esA5soEkSMXX5N1R+RQuix4hpU79d8mgifeZLUvJNl0AH wwfRMO6Ruvm+vBUhUx3Qc8PsnXaB2mNVmEWbsDL8La8FpNlH7AJb5BW+gIq0KHe1 5UkubzgykX0jEdhVkxYTTFvC0PhbbgSONGcTRQMB3CPKSSTj/HfoXU3X0U4ZKWw+ Sy4JEaFzOYFtlDvOkxoUMk9vClNUUjAuzpucvI32F5OSUXQSLJnfMz50Dcc5Ot+p E3V5ccwELN4chP+J44iwtyFUHX+VZvyvc5k+Kl9s1A51LExk7pyolf2Rc9azeLtE SH3qSnMmY25ttJsANgaJt6mqj0SdfKxC5dKxOuJpWcUCYe4C+ZmDLy2g+5yscP/h sVTXaYd70BT1KNHKXRpzjCnXN05GhG0QhK66hkjvzHsiNKWIroM6kJS/Q0rl7MbR BVe9PGKpPREGhWLsJy3R58hL8VHe319UwykZ8WTS7CBPl1/bVASLkcy6VeZgqe8v Sv3OSHUkxCvbgVl8iukyh7wPvfjKmkSexTcM82JZjtBScnIJaNNjKiRqZEXvHDGW WAGIpF4JJsWKo6u43del =/Pvi -----END PGP SIGNATURE----- --LOaN8qJMcpLjU58PjJnEAItUKv7SfL3ts-- --===============9078196997487270024== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KWGVuLWRldmVs IG1haWxpbmcgbGlzdApYZW4tZGV2ZWxAbGlzdHMueGVuLm9yZwpodHRwOi8vbGlzdHMueGVuLm9y Zy94ZW4tZGV2ZWwK --===============9078196997487270024==--