forked from OSchip/llvm-project
Fix isThreadModelSupported()'s comment. NFC
llvm-svn: 223241
This commit is contained in:
parent
ff5326f0d1
commit
d9e4ee5d16
|
@ -251,7 +251,7 @@ public:
|
||||||
/// getThreadModel() - Which thread model does this target use?
|
/// getThreadModel() - Which thread model does this target use?
|
||||||
virtual std::string getThreadModel() const { return "posix"; }
|
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;
|
virtual bool isThreadModelSupported(const StringRef Model) const;
|
||||||
|
|
||||||
/// ComputeLLVMTriple - Return the LLVM target triple to use, after taking
|
/// ComputeLLVMTriple - Return the LLVM target triple to use, after taking
|
||||||
|
|
Loading…
Reference in New Issue