K 10 svn:author V 3 dim K 8 svn:date V 27 2016-01-11T19:29:12.732530Z K 7 svn:log V 271 After upstream llvm trunk r252903 and clang trunk r252904, -mcpu=xscale was not recognized anymore for arm targets. Fix this by adding the correct sub-arch to the xscale definition in ARMTargetParser.def. This fix (from Andrew Turner) has also been submitted upstream. END