Augusto Alves Silva created ARROW-15200:
-------------------------------------------
Summary: [C++][Gandiva] Fix UnsatisfiedLinkError when using
Gandiva's generated jar files
Key: ARROW-15200
URL: https://issues.apache.org/jira/browse/ARROW-15200
Project: Apache Arrow
Issue Type: Bug
Components: C++ - Gandiva
Reporter: Augusto Alves Silva
Fix For: 7.0.0
When generating Gandiva's jar file it is possible that an error of
UnsatisfiedLinkError may occur based on a LLVM's symbol being used, more
specific the llvm::ObjectCache.
To fix that, the flag *-fno-rtti* was passed only to the file that uses the
llvm::ObjectCache.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)