commit | 6edfde4ae89f3a16d22ca82c928a5dd420e9fce9 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Thu Mar 01 15:49:12 2012 -0800 |
committer | Shih-wei Liao <sliao@google.com> | Thu Mar 01 15:50:48 2012 -0800 |
tree | 79215d9e8ef82914033311c74d7a09f041276337 | |
parent | 50aaf814cc01a02c81b10a913fa161ad13c1a3b3 [diff] [blame] |
Add kMips and mips32r2 target attribute. Remove NoFramePointerElim. MIPS ICS devices today are mips32r2. Tested LLVM on MIPS devices without synci and rdhwr instructions to make sure LLVM/mips32r2 is working. Change-Id: If1db7fe268e9f3b7d27eedbacd1d55620d57612a
diff --git a/src/constants.h b/src/constants.h index 5c1323f..bb17c2d 100644 --- a/src/constants.h +++ b/src/constants.h
@@ -25,7 +25,8 @@ kNone, kArm, kThumb2, - kX86 + kX86, + kMips }; enum InvokeType {