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:
parent
f95d5347c0
commit
00d129cc80
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user