diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index 7e094ee78f3..20026194b85 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -148,6 +148,8 @@ Triple::ArchType Triple::getArchTypeForLLVMName(StringRef Name) { return msp430; if (Name == "ppc64") return ppc64; + if (Name == "ppc32") + return ppc; if (Name == "ppc") return ppc; if (Name == "mblaze")