diff options
-rw-r--r-- | llvm/lib/Support/Host.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 1ca8eac7184..af07d856cc1 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -369,6 +369,8 @@ StringRef sys::getHostCPUName() { // Broadwell: case 61: case 71: + case 79: + case 86: return "broadwell"; // Skylake: |