You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/05/27 20:48:00 UTC

[jira] [Assigned] (ARROW-8968) [C++][Gandiva] Show link warning message on s390x

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

Kouhei Sutou reassigned ARROW-8968:
-----------------------------------

    Assignee: Kazuaki Ishizaki

> [C++][Gandiva] Show link warning message on s390x
> -------------------------------------------------
>
>                 Key: ARROW-8968
>                 URL: https://issues.apache.org/jira/browse/ARROW-8968
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>            Reporter: Kazuaki Ishizaki
>            Assignee: Kazuaki Ishizaki
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When execute gandiva test, the warning message is shown as follows
> {code}
> ~/arrow/cpp/src/gandiva$ ../../build/debug/gandiva-binary-test -V
> Running main() from /home/ishizaki/arrow/cpp/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest_main.cc
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from TestBinary
> [ RUN      ] TestBinary.TestSimple
> warning: Linking two modules of different data layouts: 'precompiled' is 'E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-a:8:16-n32:64' whereas 'codegen' is 'E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-v128:64-a:8:16-n32:64'
> [       OK ] TestBinary.TestSimple (41 ms)
> [----------] 1 test from TestBinary (41 ms total)
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test case ran. (41 ms total)
> [  PASSED  ] 1 test.
>  {code}



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