| commit | 26a4a40137dc8cc5c9855c76994ee39a58dc19bd | [log] [tgz] |
|---|---|---|
| author | Petar Jovanovic <petar.jovanovic@imgtec.com> | Wed Jul 08 13:07:31 2015 +0000 |
| committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | Wed Jul 08 13:07:31 2015 +0000 |
| tree | 1e716a312d6c363964d585276057df3b5ebba3d4 | |
| parent | fb1662f563c841058464529125a3e07570e3c61d [diff] |
[MIPS] Add support for direct-to-nacl in Clang For Mips direct-to-nacl, the goal is to be close to le32 front-end and use Mips32EL backend. This patch defines new NaClMips32ELTargetInfo and modifies it slightly to be close to le32. It also adds necessary parts, inline with ARM and X86. Differential Revision: http://reviews.llvm.org/D10739 llvm-svn: 241678