diff options
Diffstat (limited to 'llvm/lib/Support/Triple.cpp')
-rw-r--r-- | llvm/lib/Support/Triple.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index c55777f4258..8406daf489d 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -927,6 +927,7 @@ const char *Triple::getARMCPUForArch(StringRef MArch) const { MArch = getArchName(); switch (getOS()) { + case llvm::Triple::FreeBSD: case llvm::Triple::NetBSD: if (MArch == "armv6") return "arm1176jzf-s"; |