Re: [PATCH] configure: Drop obsolete check for the alloc_size attribute

2021-07-14 Thread Paolo Bonzini
On 14/07/21 09:28, Thomas Huth wrote: We recently bumped our requirement for Clang to at least version 6.0. And according to: https://releases.llvm.org/6.0.0/tools/clang/docs/AttributeReference.html Clang v6.0 supports the alloc_size attribute. Thus we can drop this check in the configure scr

Re: [PATCH] configure: Drop obsolete check for the alloc_size attribute

2021-07-14 Thread Daniel P . Berrangé
On Wed, Jul 14, 2021 at 09:28:55AM +0200, Thomas Huth wrote: > We recently bumped our requirement for Clang to at least version 6.0. > And according to: > > https://releases.llvm.org/6.0.0/tools/clang/docs/AttributeReference.html > > Clang v6.0 supports the alloc_size attribute. Thus we can drop

[PATCH] configure: Drop obsolete check for the alloc_size attribute

2021-07-14 Thread Thomas Huth
We recently bumped our requirement for Clang to at least version 6.0. And according to: https://releases.llvm.org/6.0.0/tools/clang/docs/AttributeReference.html Clang v6.0 supports the alloc_size attribute. Thus we can drop this check in the configure script now. Signed-off-by: Thomas Huth ---