You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/08 01:38:18 UTC

[GitHub] [arrow] js8544 commented on a diff in pull request #10772: ARROW-13426: [C++][Gandiva] Use platform pointer sizes in code generation

js8544 commented on code in PR #10772:
URL: https://github.com/apache/arrow/pull/10772#discussion_r990570227


##########
cpp/src/gandiva/llvm_types.h:
##########
@@ -57,14 +58,20 @@ class GANDIVA_EXPORT LLVMTypes {
 
   llvm::PointerType* ptr_type(llvm::Type* type) { return type->getPointerTo(); }
 
+  llvm::PointerType* opaque_ptr_type() { return ptr_type(i8_type()); }

Review Comment:
   We've recently added support for opaque pointers



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org