]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Add llvm::Triple class for abstracting access to target triples.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 1 Apr 2009 21:53:23 +0000 (21:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 1 Apr 2009 21:53:23 +0000 (21:53 +0000)
commit23e97b05da7b31ed97e5ccc6330670da0173ca2e
treec4da523f7e94b965b01fddc05b5626d98cff856e
parenta9f483631317e46e3e9f61a0982b7c442e3ce6a1
Add llvm::Triple class for abstracting access to target triples.
 - The code is silly, I'm just amusing myself. Rewrite to be efficient
   if you like. :)

Also, if you wish to debate the proper names of the triple components
I'm all ears.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68252 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h [new file with mode: 0644]
lib/Support/Triple.cpp [new file with mode: 0644]
unittests/ADT/TripleTest.cpp [new file with mode: 0644]