[
https://issues.apache.org/jira/browse/IMPALA-12119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-12119.
------------------------------------
Fix Version/s: Impala 4.3.0
Resolution: Fixed
> compilation fails on arm64
> --------------------------
>
> Key: IMPALA-12119
> URL: https://issues.apache.org/jira/browse/IMPALA-12119
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Reporter: Sebastian Pop
> Assignee: Sebastian Pop
> Priority: Minor
> Fix For: Impala 4.3.0
>
>
> Compiling impala on arm64 fails with an error of redefined FORCE_INLINE
> preprocessor macro:
> {{/home/spop/impala/be/src/util/sse2neon.h:48: error: "FORCE_INLINE"
> redefined [-Werror]
> 48 | #define FORCE_INLINE static inline _{_}attribute{_}_((always_inline))
> |
> In file included from
> /home/spop/impala/be/src/codegen/llvm-codegen-cache.h:30,
> from /home/spop/impala/be/src/runtime/exec-env.cc:27:
> /home/spop/impala/be/src/thirdparty/datasketches/MurmurHash3.h:45: note: this
> is the location of the previous definition
> 45 | #define FORCE_INLINE inline _{_}attribute{_}_((always_inline))
> |
> }}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)