]> granicus.if.org Git - clang/commitdiff
PR5935: Adjust documentation.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 9 May 2017 12:37:15 +0000 (12:37 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 9 May 2017 12:37:15 +0000 (12:37 +0000)
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

include/clang/Basic/TargetOptions.h

index 2889cce5963bf763e659adfd7637a32e6e3891ee..6ca1ba39c8fb6b71686477978b4ea75b41bcd286 100644 (file)
@@ -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