forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c57f2e
committed
jit: Add support for LLVM 12.
LLVM 12, to be released in a few months, made some breaking changes tothe Orc JIT interface. OrcV2 eventually will make it easier to supportfeatures like concurrent JIT compilation, but this commit only allowsto compile against LLVM 12.This commit is a bit bigger than desirable. That partially is becausethe V2 interface is more granular than V1 interface, but also becauseI chose to make some minor changes to < LLVM 12 code to keep the codesomewhat readable.The LLVM 12 support will need to be backpatched. I plan to do so afterthe patch stewed on the buildfarm for a few days.Author: Andres FreundDiscussion:https://postgr.es/m/20201016011244.pmyvr3ee2gbzplq4@alap3.anarazel.de1 parent24b83a5 commit6c57f2e
2 files changed
+374
-85
lines changed0 commit comments
Comments
(0)