This commit is contained in:
Nikita Mikhaylov 2022-03-07 19:36:33 +01:00
parent 678f05ca1e
commit b2345134e3

View File

@ -1,8 +1,8 @@
if (APPLE OR NOT ARCH_AMD64 OR SANITIZE STREQUAL "undefined")
set (ENABLE_EMBEDDED_COMPILER_DEFAULT OFF)
else()
set (ENABLE_EMBEDDED_COMPILER_DEFAULT ON)
endif()
#if (APPLE OR NOT ARCH_AMD64 OR SANITIZE STREQUAL "undefined")
# set (ENABLE_EMBEDDED_COMPILER_DEFAULT OFF)
#else()
# set (ENABLE_EMBEDDED_COMPILER_DEFAULT ON)
#endif()
option (ENABLE_EMBEDDED_COMPILER "Enable support for 'compile_expressions' option for query execution" ${ENABLE_EMBEDDED_COMPILER_DEFAULT})
if (NOT ENABLE_EMBEDDED_COMPILER)
@ -25,6 +25,9 @@ set (REQUIRED_LLVM_LIBRARIES
LLVMX86CodeGen
LLVMX86Desc
LLVMX86Info
LLVMAArch64CodeGen
LLVMAArch64Desc
LLVMAArch64Info
LLVMAsmPrinter
LLVMDebugInfoDWARF
LLVMGlobalISel