kou commented on PR #38116: URL: https://github.com/apache/arrow/pull/38116#issuecomment-1774198475
How about using `arrow::Buffer` instead of `llvm::MemoryBuffer` in `FunctionRegistry`? It seems that `llvm::parseBitcodeFile()` uses `llvm::MemoryBufferRef` not `llvm::MemoryBuffer`. So we don't need to copy a `arrow::Buffer` content to use it for `llvm::parseBitcodeFile()`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
