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