commit | 71070856e6cc8b406a09e7291f20e4434c7fad53 | [log] [tgz] |
---|---|---|
author | Chad Rosier <mcrosier@codeaurora.org> | Mon Sep 25 14:05:00 2017 +0000 |
committer | Chad Rosier <mcrosier@codeaurora.org> | Mon Sep 25 14:05:00 2017 +0000 |
tree | ab085ace17e78d7cc3204724135f12493587d643 | |
parent | 35731a0b84f4fdb70d1d27bc4edeb26032e412b8 [diff] [blame] |
[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";