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
/// \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