27.02.2014 03:39, Peter Maydell wrote: > clang doesn't support the __noclone__ attribute and emits a warning about > it. Fortunately clang also implements a mechanism for asking if a particular > attribute is implemented; use it. We assume that if the compiler doesn't > support __has_attribute() then it must be GCC and must support __noclone__.
Applied to -trivial, thank you! /mjt