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/



_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to