forked from OSchip/llvm-project
[ORC-RT] Fix a comment.
This commit is contained in:
parent
bf20631782
commit
e405db075b
|
@ -60,7 +60,7 @@ public:
|
|||
return Tmp;
|
||||
}
|
||||
|
||||
/// Get an ArrayRef covering the data in the result.
|
||||
/// Get a pointer to the data contained in this instance.
|
||||
const char *data() const { return __orc_rt_CWrapperFunctionResultData(&R); }
|
||||
|
||||
/// Returns the size of the data contained in this instance.
|
||||
|
|
Loading…
Reference in New Issue