diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index c4792e3efd8..8b482473a50 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -186,6 +186,8 @@ void Triple::Parse() const { Arch = systemz; else if (ArchName == "tce") Arch = tce; + else if (ArchName == "xcore") + Arch = xcore; else Arch = UnknownArch;