commit | 94bdbd09d75decc83d08c57dce7fbcb2d2784e80 | [log] [tgz] |
---|---|---|
author | Tim Northover <tnorthover@apple.com> | Thu Feb 11 23:49:08 2016 +0000 |
committer | Tim Northover <tnorthover@apple.com> | Thu Feb 11 23:49:08 2016 +0000 |
tree | 930da8cda06d39aa00eea8769411da13265d6502 | |
parent | 5af8368f8b78022767e4fbc9f45190861844f113 [diff] [blame] |
ARMv7k: use Cortex-A7 by default even for tvOS Also actually test the default CPU from those triples. llvm-svn: 260621
diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index 1485d8e..12aa7bf 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp
@@ -1412,6 +1412,7 @@ case llvm::Triple::MacOSX: case llvm::Triple::IOS: case llvm::Triple::WatchOS: + case llvm::Triple::TvOS: if (MArch == "v7k") return "cortex-a7"; break;