[PATCH] D16043: Ensure -mcpu=xscale works for arm targets
Dimitry Andric via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 12:16:36 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257376: Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904 (authored by dim).
Changed prior to commit:
http://reviews.llvm.org/D16043?vs=44433&id=44535#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16043
Files:
llvm/trunk/include/llvm/Support/ARMTargetParser.def
Index: llvm/trunk/include/llvm/Support/ARMTargetParser.def
===================================================================
--- llvm/trunk/include/llvm/Support/ARMTargetParser.def
+++ llvm/trunk/include/llvm/Support/ARMTargetParser.def
@@ -96,7 +96,7 @@
FK_NONE, AEK_NONE)
ARM_ARCH("iwmmxt2", AK_IWMMXT2, "iwmmxt2", "", ARMBuildAttrs::CPUArch::v5TE,
FK_NONE, AEK_NONE)
-ARM_ARCH("xscale", AK_XSCALE, "xscale", "", ARMBuildAttrs::CPUArch::v5TE,
+ARM_ARCH("xscale", AK_XSCALE, "xscale", "v5e", ARMBuildAttrs::CPUArch::v5TE,
FK_NONE, AEK_NONE)
ARM_ARCH("armv7s", AK_ARMV7S, "7-S", "v7s", ARMBuildAttrs::CPUArch::v7,
FK_NEON_VFPV4, AEK_DSP)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16043.44535.patch
Type: text/x-patch
Size: 686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160111/8cd05596/attachment.bin>
More information about the llvm-commits
mailing list