[compiler-rt] e405db0 - [ORC-RT] Fix a comment.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 13 03:51:37 PDT 2021
Author: Lang Hames
Date: 2021-06-13T20:26:51+10:00
New Revision: e405db075b308094b831c99011d813e65cb6bf2c
URL: https://github.com/llvm/llvm-project/commit/e405db075b308094b831c99011d813e65cb6bf2c
DIFF: https://github.com/llvm/llvm-project/commit/e405db075b308094b831c99011d813e65cb6bf2c.diff
LOG: [ORC-RT] Fix a comment.
Added:
Modified:
compiler-rt/lib/orc/wrapper_function_utils.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/orc/wrapper_function_utils.h b/compiler-rt/lib/orc/wrapper_function_utils.h
index 416429fe439b..05ee416399eb 100644
--- a/compiler-rt/lib/orc/wrapper_function_utils.h
+++ b/compiler-rt/lib/orc/wrapper_function_utils.h
@@ -60,7 +60,7 @@ class WrapperFunctionResult {
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.
More information about the llvm-commits
mailing list