Update TargetTriple format info.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 5 Dec 2014 16:05:14 +0000 (16:05 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 5 Dec 2014 16:05:14 +0000 (16:05 +0000)
Phabricator revision: http://reviews.llvm.org/D6543

llvm-svn: 223473

llvm/include/llvm/IR/Module.h

index 7ad48a1..f1f5ec3 100644 (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.