Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904
authorDimitry Andric <dimitry@andric.com>
Mon, 11 Jan 2016 20:12:53 +0000 (20:12 +0000)
committerDimitry Andric <dimitry@andric.com>
Mon, 11 Jan 2016 20:12:53 +0000 (20:12 +0000)
commit35b01daadc4f50671fe7f5acbd975c7bdc7da0fb
tree2e1ab5f601526506e47131f6fdae4ffcb4a5eea4
parente25b385a34be602f567ff14e1c322cb015706317
Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904

After these revisions, for arm targets, the -mcpu=xscale option caused
an error: "the clang compiler does not support '-mcpu=xscale'".  Adding
"v5e" as a SUB_ARCH in ARMTargetParser.def helps.

Submitted by: Andrew Turner
Differential Revision: http://reviews.llvm.org/D16043

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257376 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ARMTargetParser.def