git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223576
91177308-0d34-0410-b5e6-
96231b3b80d8
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>
+ ///< Format: (arch)(sub)-(vendor)-(sys0-(abi)
void *NamedMDSymTab; ///< NamedMDNode names.
// Allow lazy initialization in const method.
mutable RandomNumberGenerator *RNG; ///< The random number generator for this module.