The issue was introduced by commit 8e14635, which changed some functions in llvmjit_expr, but the code related to cypher was not updated.
There is some performance degradation in cypher regression tests when built using --with-llvm configure option, but this goes way back and is not introduced by this PR. However, this performance issue needs to be addressed in future.
Considering this as an unintentional mistake during a merge with some other commit, CI script is updated to build for llvm configure option as well. This will help catch such issues in future.
The issue was introduced by commit 8e14635, which changed some functions in llvmjit_expr, but the code related to cypher was not updated.
There is some performance degradation in cypher regression tests when built using --with-llvm configure option, but this goes way back and is not introduced by this PR. However, this performance issue needs to be addressed in future.
Considering this as an unintentional mistake during a merge with some other commit, CI script is updated to build for llvm configure option as well. This will help catch such issues in future.
Resolves #15