From 58f462fe5cb6d4aa8d35b74dbe59619ac5702d49 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 5 Dec 2014 16:05:14 +0000 Subject: [PATCH] Update TargetTriple format info. Phabricator revision: http://reviews.llvm.org/D6543 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223473 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/IR/Module.h b/include/llvm/IR/Module.h index 7ad48a17064..f1f5ec36ade 100644 --- a/include/llvm/IR/Module.h +++ b/include/llvm/IR/Module.h @@ -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:--- void *NamedMDSymTab; ///< NamedMDNode names. // Allow lazy initialization in const method. mutable RandomNumberGenerator *RNG; ///< The random number generator for this module. -- 2.34.1