Add 'shave' processor name to Triple
authorDouglas Katzman <dougk@google.com>
Fri, 12 Jun 2015 18:31:38 +0000 (18:31 +0000)
committerDouglas Katzman <dougk@google.com>
Fri, 12 Jun 2015 18:31:38 +0000 (18:31 +0000)
commit2086b2e76ada5779e355dd70189cd9b7939e2fa9
tree6f1f428f9a9b783fdcf414481a771fef4e4d7ce8
parentd25af8c3964a96b8bb85fbfc51147b411d344e52
Add 'shave' processor name to Triple

Based on ArchType, Clang's driver can select a non-Clang compiler.
String parsing in Clang would have sufficed if it were only that,
however this change anticipates true llvm support.

Differential Revision: http://reviews.llvm.org/D10413

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