diff options
| -rw-r--r-- | clang/lib/Basic/Targets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp index 5db39e73ea2..7f08e9d3bc2 100644 --- a/clang/lib/Basic/Targets.cpp +++ b/clang/lib/Basic/Targets.cpp @@ -7503,7 +7503,7 @@ static TargetInfo *AllocateTarget(const llvm::Triple &Triple) { } /// CreateTargetInfo - Return the target info object for the specified target -/// triple. +/// options. TargetInfo * TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags, const std::shared_ptr<TargetOptions> &Opts) { |

