jroelofs added a comment.

In https://reviews.llvm.org/D28820#649384, @rengolin wrote:

> Seems like a very specific corner case on ARM, but is that attribute 
> guaranteed to be ARM-only?
>
> If so, LGTM as is. If not, avoid mentioning "VFP" on the error message.


Yeah, the attribute is parsed in a target-specific way, so this warning as 
written won't match on other arches even though mips/x86 have their own similar 
spellings of it.


https://reviews.llvm.org/D28820



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to