mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
3efd42ae2e
- LLVM migrates to opaque pointers (https://llvm.org/docs/OpaquePointers.html). In LLVM 13, opaque pointers are WIP and not recommended for use. - But as preparation, they already changed some API, specifically they expect that IRBuilder::CreateConstGEP*() no longer get nullptr as first argument. - We are now passing explicitly the value which was in LLVM 12 figured out automatically under the hood. - Since the passed pointer is still non-opaque, I don't think this will work in LLVM 15 but it could be okay for a migration. |
||
---|---|---|
.. | ||
CHJIT.cpp | ||
CHJIT.h | ||
CompileDAG.cpp | ||
CompileDAG.h | ||
CompiledExpressionCache.cpp | ||
CompiledExpressionCache.h | ||
compileFunction.cpp | ||
compileFunction.h |