mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Try
This commit is contained in:
parent
678f05ca1e
commit
b2345134e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user