================
@@ -79,6 +79,8 @@ StringRef Triple::getArchTypeName(ArchType Kind) {
case systemz: return "s390x";
case tce: return "tce";
case tcele: return "tcele";
+ case tcele64:
+ return "tcele64";
----------------
linehill wrote:Probably should match the style to the surroundings. https://github.com/llvm/llvm-project/pull/176698 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
