[clang] [llvm] [OpenASIP] Update the TCE target defs for OpenASIP 2.2 (PR #176698)
Henry Linjamäki via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 20 02:40:47 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list