mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update ExpressionJIT.cpp
This commit is contained in:
parent
748bcb0a3c
commit
a9550c5a43
@ -190,7 +190,7 @@ auto wrapJITSymbolResolver(llvm::JITSymbolResolver & jsr)
|
||||
#endif
|
||||
|
||||
#if LLVM_VERSION_MAJOR >= 7
|
||||
using ModulePtr = std::shared_ptr<llvm::Module>;
|
||||
using ModulePtr = std::unique_ptr<llvm::Module>;
|
||||
#else
|
||||
using ModulePtr = std::shared_ptr<llvm::Module>;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user