diff options
author | Jack Carter <jcarter@mips.com> | 2013-02-05 09:30:03 +0000 |
---|---|---|
committer | Jack Carter <jcarter@mips.com> | 2013-02-05 09:30:03 +0000 |
commit | 7304702ef99f98897d15baae0eede55f294bc602 (patch) | |
tree | 750793287d42bb3070187a37950417ce33c547a7 /lib/Target/Mips/Mips.td | |
parent | 37ef65b9c1b93c386d13089d9ace6a1cc00e82dc (diff) |
This patch that sets the Mips ELF header flag for
MicroMips architectures.
Contributer: Zoran Jovanovic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips.td')
-rw-r--r-- | lib/Target/Mips/Mips.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips.td b/lib/Target/Mips/Mips.td index 23e2a948a5..13266233dd 100644 --- a/lib/Target/Mips/Mips.td +++ b/lib/Target/Mips/Mips.td @@ -80,6 +80,9 @@ def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">; def FeatureDSPR2 : SubtargetFeature<"dspr2", "HasDSPR2", "true", "Mips DSP-R2 ASE", [FeatureDSP]>; +def FeatureMicroMips : SubtargetFeature<"micromips", "InMicroMipsMode", "true", + "microMips mode">; + //===----------------------------------------------------------------------===// // Mips processors supported. //===----------------------------------------------------------------------===// |