Add MIPS Technologies to the vendors in llvm::Triple.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 18 Jul 2014 14:28:19 +0000 (14:28 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 18 Jul 2014 14:28:19 +0000 (14:28 +0000)
commitdc6a94135056f03ca47470456bd925256a4992a1
tree9af11b43e2cf1634d16aa4b2f7a3fc70a7b11c62
parent18bc4fff48f4caa7a3fa0750aa0fbecd3ff1ba93
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
llvm/include/llvm/ADT/Triple.h
llvm/lib/Support/Triple.cpp