#include <TargetInfo.h>
Public Member Functions | |
| TargetInfo (const std::string &triple) | |
| const std::string & | getTargetTriple () | 
| Returns the target triple.   | |
Definition at line 19 of file TargetInfo.h.
| comma::TargetInfo::TargetInfo | ( | const std::string & | triple | ) | 
Construct a TargetProfile customized for the given target. The currently supported targets are:
x86_64-*-linux-gnu<>i686-*-linux-gnu<> | const std::string& comma::TargetInfo::getTargetTriple | ( | ) | 
Returns the target triple.
 1.6.1