From 3a80cac4b89e7337d51f0f7263625d425b9cb799 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Tue, 9 May 2017 12:37:15 +0000 Subject: [PATCH] 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 --- include/clang/Basic/TargetOptions.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0