| commit | dc6a94135056f03ca47470456bd925256a4992a1 | [log] [tgz] |
|---|---|---|
| author | Daniel Sanders <daniel.sanders@imgtec.com> | Fri Jul 18 14:28:19 2014 +0000 |
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | Fri Jul 18 14:28:19 2014 +0000 |
| tree | 9af11b43e2cf1634d16aa4b2f7a3fc70a7b11c62 | |
| parent | 18bc4fff48f4caa7a3fa0750aa0fbecd3ff1ba93 [diff] |
Add MIPS Technologies to the vendors in llvm::Triple. This is a prerequisite for checking for 'mti' and 'img' in a consistent way in clang. Previously 'img' could use Triple::getVendor() but 'mti' could only use Triple::getVendorName(). llvm-svn: 213381