[
https://issues.apache.org/jira/browse/ARROW-7241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17026889#comment-17026889
]
Antoine Pitrou commented on ARROW-7241:
---------------------------------------
[~ktf] Sorry for the delay. Yes, this would be of interest. I've tried this
patch:
https://gist.github.com/pitrou/0e88d3d829175a6179b70671ed49a865
But unfortunately it crashes at the end of one of the Gandiva tests (in the
{{llvm::LLVMContext}} destructor). Do you want to take it up and investigate?
> [C++] Gandiva exposes LLVM symbols
> ----------------------------------
>
> Key: ARROW-7241
> URL: https://issues.apache.org/jira/browse/ARROW-7241
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, C++ - Gandiva
> Reporter: Giulio Eulisse
> Priority: Major
>
> Despite the fact the cmake seems to indicate the opposite, I see that gandiva
> on macOS is compiled with LLVM symbols exported. E.g.:
> {code}
> nm ../sw/osx_x86-64/arrow/latest/lib/libgandiva.dylib | grep
> _LLVMEnablePrettyStackTrace
> 000000000120b5a0 T _LLVMEnablePrettyStackTrace
> {code}
> is that expected?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)