From: Jonathan Roelofs Date: Wed, 3 Dec 2014 17:04:52 +0000 (+0000) Subject: Fix isThreadModelSupported()'s comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98d231652e4f4cebd4777377aa29b2b0732e3ae5;p=clang Fix isThreadModelSupported()'s comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/ToolChain.h b/include/clang/Driver/ToolChain.h index 7279951c73..3092e81b95 100644 --- a/include/clang/Driver/ToolChain.h +++ b/include/clang/Driver/ToolChain.h @@ -251,7 +251,7 @@ public: /// getThreadModel() - Which thread model does this target use? virtual std::string getThreadModel() const { return "posix"; } - /// supportsThreadModel() - Does this target support a thread model? + /// isThreadModelSupported() - Does this target support a thread model? virtual bool isThreadModelSupported(const StringRef Model) const; /// ComputeLLVMTriple - Return the LLVM target triple to use, after taking