Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 58f462f

Browse files
author
Chad Rosier
committed
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
1 parent f69cd1d commit 58f462f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/IR/Module.h

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ class Module {
219219
Materializer; ///< Used to materialize GlobalValues
220220
std::string ModuleID; ///< Human readable identifier for the module
221221
std::string TargetTriple; ///< Platform target triple Module compiled on
222+
///< Format:<arch><sub>-<vendor>-<sys>-<abi>
222223
void *NamedMDSymTab; ///< NamedMDNode names.
223224
// Allow lazy initialization in const method.
224225
mutable RandomNumberGenerator *RNG; ///< The random number generator for this module.

0 commit comments

Comments
 (0)