[llvm] r223473 - Update TargetTriple format info.

Chad Rosier mcrosier at codeaurora.org
Fri Dec 5 08:05:14 PST 2014


Author: mcrosier
Date: Fri Dec  5 10:05:14 2014
New Revision: 223473

URL: http://llvm.org/viewvc/llvm-project?rev=223473&view=rev
Log:
Update TargetTriple format info.
Phabricator revision: http://reviews.llvm.org/D6543

Modified:
    llvm/trunk/include/llvm/IR/Module.h

Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=223473&r1=223472&r2=223473&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Fri Dec  5 10:05:14 2014
@@ -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.





More information about the llvm-commits mailing list