[email protected] has uploaded a new patch set (#5). (
http://gerrit.cloudera.org:8080/19839 )
Change subject: IMPALA-12119: define FORCE_INLINE only once
......................................................................
IMPALA-12119: define FORCE_INLINE only once
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 patch guards the definition of FORCE_INLINE in sse2neon.h to avoid
re-defining it.
Change-Id: I78205eba25628a7f526208231aa4ff06c6d746af
---
M be/src/util/sse2neon.h
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/19839/5
--
To view, visit http://gerrit.cloudera.org:8080/19839
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I78205eba25628a7f526208231aa4ff06c6d746af
Gerrit-Change-Number: 19839
Gerrit-PatchSet: 5
Gerrit-Owner: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Daniel Becker <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>