Re: [Xen-devel] [PATCH v6] x86/clang: allow integrated assembler usage

2018-02-26 Thread Wei Liu
On Fri, Feb 23, 2018 at 02:11:00PM +, Roger Pau Monne wrote: > If the required features are present. > > Modify as-option-add to add an option in case the test fails, and use > it to detect whether the required clang integrated assembler features > are present. > > This patch has been tested

Re: [Xen-devel] [PATCH v6] x86/clang: allow integrated assembler usage

2018-02-26 Thread Jan Beulich
>>> On 23.02.18 at 15:11, wrote: > If the required features are present. > > Modify as-option-add to add an option in case the test fails, and use > it to detect whether the required clang integrated assembler features > are present. > > This patch has been tested with

Re: [Xen-devel] [PATCH v6] x86/clang: allow integrated assembler usage

2018-02-26 Thread Andrew Cooper
On 23/02/18 14:11, Roger Pau Monne wrote: > If the required features are present. > > Modify as-option-add to add an option in case the test fails, and use > it to detect whether the required clang integrated assembler features > are present. > > This patch has been tested with clang 3.5, clang 6,

[Xen-devel] [PATCH v6] x86/clang: allow integrated assembler usage

2018-02-23 Thread Roger Pau Monne
If the required features are present. Modify as-option-add to add an option in case the test fails, and use it to detect whether the required clang integrated assembler features are present. This patch has been tested with clang 3.5, clang 6, gcc 6.4.0 without retpoline support and gcc 7.3.1