From: Doug Goldstein <cardoe@cardoe.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>,
Xen-devel <xen-devel@lists.xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: [PATCH] docs: Update README to include Clang
Date: Thu, 25 Feb 2016 13:00:44 -0600 [thread overview]
Message-ID: <56CF4F5C.4090701@cardoe.com> (raw)
In-Reply-To: <1456415999-15657-1-git-send-email-andrew.cooper3@citrix.com>
[-- Attachment #1.1: Type: text/plain, Size: 2289 bytes --]
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.
>
> Mark Clang as no longer a permitted failure in Travis, to prevent future
> regressions slipping back in.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Ian Campbell <Ian.Campbell@citrix.com>
> CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
> CC: Wei Liu <wei.liu2@citrix.com>
> CC: Doug Goldstein <cardoe@cardoe.com>
>
> 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(-)
>
> 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=x86_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 building 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)
>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com> for the README
Acked-by: Doug Goldstein <cardoe@cardoe.com> for the .travis.yml
--
Doug Goldstein
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 959 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-02-25 19:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-25 15:59 [PATCH] docs: Update README to include Clang Andrew Cooper
2016-02-25 19:00 ` Doug Goldstein [this message]
2016-02-26 12:37 ` Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56CF4F5C.4090701@cardoe.com \
--to=cardoe@cardoe.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.