[AArch64] Add basic support for Qualcomm's Saphira CPU.

llvm-svn: 314105
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index e315e91..e5bd7e0 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -212,6 +212,7 @@
             .Case("0x800", "cortex-a73")
             .Case("0x801", "cortex-a73")
             .Case("0xc00", "falkor")
+            .Case("0xc01", "saphira")
             .Default("generic");
 
   return "generic";