__has_attribute now understands target-specific attributes. So when you ask...
__has_attribute now understands target-specific attributes. So when you ask whether an ARM target has the "interrupt" attribute, it will return true for ARM and MSP430 targets, and false for others. llvm-svn: 198897
Loading
Please register or sign in to comment