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 ebace3894e
commit 85fb8c7abd
1 changed files with 1 additions and 0 deletions

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.