You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/11/24 01:57:00 UTC

[jira] [Updated] (ARROW-7241) [C++] Gandiva exposes LLVM symbols

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

Wes McKinney updated ARROW-7241:
--------------------------------
    Summary: [C++] Gandiva exposes LLVM symbols  (was: Gandiva exposes LLVM symbols)

> [C++] Gandiva exposes LLVM symbols
> ----------------------------------
>
>                 Key: ARROW-7241
>                 URL: https://issues.apache.org/jira/browse/ARROW-7241
>             Project: Apache Arrow
>          Issue Type: Bug
>            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)