You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/10/18 14:06:00 UTC

[jira] [Updated] (ARROW-14363) [C++][Gandiva] LLVM 13 has deprecated CreateGEP and CreateLoad methods without explicit element type

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

Krisztian Szucs updated ARROW-14363:
------------------------------------
    Description: 
Added a workaround for the 6.0.0 release in https://github.com/apache/arrow/pull/11448

The LLVM commit https://reviews.llvm.org/rGf164bc52b61a34f8f95032e1e4fe68bd4eff995f doesn't provide much context about the reason of the deprication.

The gandiva code should be updated to use the CreateGEP and CreateLoad methods with element types passed explicity.

cc [~pravindra] 

> [C++][Gandiva] LLVM 13 has deprecated CreateGEP and CreateLoad methods without explicit element type
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-14363
>                 URL: https://issues.apache.org/jira/browse/ARROW-14363
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, C++ - Gandiva
>            Reporter: Krisztian Szucs
>            Priority: Major
>
> Added a workaround for the 6.0.0 release in https://github.com/apache/arrow/pull/11448
> The LLVM commit https://reviews.llvm.org/rGf164bc52b61a34f8f95032e1e4fe68bd4eff995f doesn't provide much context about the reason of the deprication.
> The gandiva code should be updated to use the CreateGEP and CreateLoad methods with element types passed explicity.
> cc [~pravindra] 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)