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)
commit1b5767f72b5a037ca8f1802d737de97f8d92263d
treec294a29faa4173e953a15cf3b3897620eed1497f
parentf190def83094d99d4dc03e3ed06c961f8776ea60
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

llvm-svn: 239631
llvm/include/llvm/ADT/Triple.h
llvm/lib/Support/Triple.cpp