From: Vassil Vassilev Date: Tue, 9 May 2017 12:37:15 +0000 (+0000) Subject: PR5935: Adjust documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a80cac4b89e7337d51f0f7263625d425b9cb799;p=clang PR5935: Adjust documentation. https://reviews.llvm.org/D31867 Patch by Johannes Altmanninger! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302521 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/TargetOptions.h b/include/clang/Basic/TargetOptions.h index 2889cce596..6ca1ba39c8 100644 --- a/include/clang/Basic/TargetOptions.h +++ b/include/clang/Basic/TargetOptions.h @@ -24,8 +24,7 @@ namespace clang { /// \brief Options for controlling the target. class TargetOptions { public: - /// If given, the name of the target triple to compile for. If not given the - /// target will be selected to match the host. + /// The name of the target triple to compile for. std::string Triple; /// When compiling for the device side, contains the triple used to compile