diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index c55777f4258e..8406daf489dc 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";