You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/09/22 08:41:00 UTC

[jira] [Resolved] (ARROW-17790) [C++][Gandiva] Adapt to LLVM opaque pointer

     [ https://issues.apache.org/jira/browse/ARROW-17790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-17790.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 14187
[https://github.com/apache/arrow/pull/14187]

> [C++][Gandiva] Adapt to LLVM opaque pointer
> -------------------------------------------
>
>                 Key: ARROW-17790
>                 URL: https://issues.apache.org/jira/browse/ARROW-17790
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>    Affects Versions: 9.0.0
>            Reporter: Jin Shang
>            Assignee: Jin Shang
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> Starting from LLVM 13, LLVM IR has been shifting towards a unified opaque pointer type, i.e. pointers without pointee types. It has provided workarounds until LLVM 15. The temporary workarounds need to be replaced in order to support LLVM 15 and onwards. We need to supply the pointee type to the CreateGEP and CreateLoad methods.
> For more background info, see [https://llvm.org/docs/OpaquePointers.html] and [https://lists.llvm.org/pipermail/llvm-dev/2015-February/081822.html]
> Related issues:
> https://issues.apache.org/jira/browse/ARROW-14363
> https://issues.apache.org/jira/browse/ARROW-17728
> https://issues.apache.org/jira/browse/ARROW-17775
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)