[PATCH] Attach function attribute "arm-restrict-it" instead of passing arm-restrict-it as a backend-option

Akira Hatanaka ahatanak at gmail.com
Wed Jul 1 13:47:30 PDT 2015


I found out there is a line in ARMTargetInfo::setABIAAPCS() that checks the endianness:

assert(!BigEndian && "Windows on ARM does not support big endian");

Not sure if this is the best place to do the check, but it should assert if the target is ARM big endian on windows.


http://reviews.llvm.org/D10414

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list