diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-19 11:59:00 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-19 11:59:00 +0000 |
commit | 5d446e5cc22993e05211b803cea43f09299d7f96 (patch) | |
tree | 0fb77f53aee24f05ee754ba5f17989a8a92a4df8 /include | |
parent | cc7bfb11acd970d4cd4da36ae281065b22be5123 (diff) | |
download | external_llvm-5d446e5cc22993e05211b803cea43f09299d7f96.zip external_llvm-5d446e5cc22993e05211b803cea43f09299d7f96.tar.gz external_llvm-5d446e5cc22993e05211b803cea43f09299d7f96.tar.bz2 |
Add PS3 Triple class, Credit to John Thompson.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ADT/Triple.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h index a9e3e53..fe39324 100644 --- a/include/llvm/ADT/Triple.h +++ b/include/llvm/ADT/Triple.h @@ -64,7 +64,7 @@ public: msp430, // MSP430: msp430 pic16, // PIC16: pic16 ppc, // PPC: powerpc - ppc64, // PPC64: powerpc64 + ppc64, // PPC64: powerpc64, ppu sparc, // Sparc: sparc systemz, // SystemZ: s390x tce, // TCE (http://tce.cs.tut.fi/): tce @@ -90,6 +90,7 @@ public: DragonFly, FreeBSD, Linux, + Lv2, // PS3 MinGW32, MinGW64, NetBSD, |