forked from OSchip/llvm-project
Update a comment to be more descriptive.
llvm-svn: 244346
This commit is contained in:
parent
ea575525e1
commit
e4f73b3f3b
|
@ -7503,7 +7503,7 @@ static TargetInfo *AllocateTarget(const llvm::Triple &Triple) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// CreateTargetInfo - Return the target info object for the specified target
|
/// CreateTargetInfo - Return the target info object for the specified target
|
||||||
/// triple.
|
/// options.
|
||||||
TargetInfo *
|
TargetInfo *
|
||||||
TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags,
|
TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags,
|
||||||
const std::shared_ptr<TargetOptions> &Opts) {
|
const std::shared_ptr<TargetOptions> &Opts) {
|
||||||
|
|
Loading…
Reference in New Issue