diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-08-19 20:46:03 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-08-19 20:46:03 +0000 |
commit | 19fd7a263897b772e74643d37ca90d058155f906 (patch) | |
tree | 78e5e074ba034a05b8d218c77c2845464b99ea8c /include | |
parent | 56c9286edcc59fb381452c7d88f8faf80ab1b525 (diff) | |
download | external_llvm-19fd7a263897b772e74643d37ca90d058155f906.zip external_llvm-19fd7a263897b772e74643d37ca90d058155f906.tar.gz external_llvm-19fd7a263897b772e74643d37ca90d058155f906.tar.bz2 |
Add triple parsing support for TCE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ADT/Triple.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |