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)
commita11bf68f6c72cb024c2ce36db99c416ab312ec78
tree4304432916e3160c2de61954fac5618d50b369cd
parente72ff8829e60e156b787fce12b7cedfc8d30d7f8
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().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213381 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp