Re: [Xen-devel] [PATCH for-4.13] x86/clang: move and fix .skip check

2019-11-14 Thread Jan Beulich
On 14.11.2019 10:59, Roger Pau Monne wrote: > .skip is only used by x86 code, so place the clang .skip with labels > check in x86/Rules.mk instead of the top level Rules.mk. While there > also fix an issue with it by removing the '\n' which triggers the > following error: > > :1:31: error: missing

[Xen-devel] [PATCH for-4.13] x86/clang: move and fix .skip check

2019-11-14 Thread Roger Pau Monne
.skip is only used by x86 code, so place the clang .skip with labels check in x86/Rules.mk instead of the top level Rules.mk. While there also fix an issue with it by removing the '\n' which triggers the following error: :1:31: error: missing terminating '"' character [-Werror,-Winvalid-pp-token]