summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/ARM64')
-rw-r--r--llvm/lib/Target/ARM64/ARM64Subtarget.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64Subtarget.cpp b/llvm/lib/Target/ARM64/ARM64Subtarget.cpp
index 30c1264098a..3312e8e93ab 100644
--- a/llvm/lib/Target/ARM64/ARM64Subtarget.cpp
+++ b/llvm/lib/Target/ARM64/ARM64Subtarget.cpp
@@ -32,10 +32,8 @@ ARM64Subtarget::ARM64Subtarget(const std::string &TT, const std::string &CPU,
CPUString(CPU), TargetTriple(TT) {
// Determine default and user-specified characteristics
- // FIXME: Make this darwin-only.
if (CPUString.empty())
- // We default to Cyclone for now, on Darwin.
- CPUString = "cyclone";
+ CPUString = "generic";
ParseSubtargetFeatures(CPUString, FS);
}
OpenPOWER on IntegriCloud