You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Giulio Eulisse (Jira)" <ji...@apache.org> on 2019/11/22 12:21:00 UTC

[jira] [Created] (ARROW-7241) Gandiva exposes LLVM symbols

Giulio Eulisse created ARROW-7241:
-------------------------------------

             Summary: 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


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)