From 19fd7a263897b772e74643d37ca90d058155f906 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 19 Aug 2009 20:46:03 +0000 Subject: Add triple parsing support for TCE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79461 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Triple.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h index c63d91b..106084d 100644 --- a/include/llvm/ADT/Triple.h +++ b/include/llvm/ADT/Triple.h @@ -62,6 +62,7 @@ public: ppc64, // PPC64: powerpc64 sparc, // Sparc: sparc systemz, // SystemZ: s390x + tce, // TCE (http://tce.cs.tut.fi/): tce thumb, // Thumb: thumb, thumbv.* x86, // X86: i[3-9]86 x86_64, // X86-64: amd64, x86_64 -- cgit v1.1