1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Update TargetTriple format info.

Phabricator revision: http://reviews.llvm.org/D6543

llvm-svn: 223473
This commit is contained in:
Chad Rosier 2014-12-05 16:05:14 +00:00
parent f95d5347c0
commit 00d129cc80

View File

@ -219,6 +219,7 @@ private:
Materializer; ///< Used to materialize GlobalValues
std::string ModuleID; ///< Human readable identifier for the module
std::string TargetTriple; ///< Platform target triple Module compiled on
///< Format:<arch><sub>-<vendor>-<sys>-<abi>
void *NamedMDSymTab; ///< NamedMDNode names.
// Allow lazy initialization in const method.
mutable RandomNumberGenerator *RNG; ///< The random number generator for this module.