Add configure infrastructure (--with-llvm) to enable LLVM support.
Andres Freund <andres@anarazel.de>
Add configure infrastructure (--with-llvm) to enable LLVM support. LLVM will be used for *optional* Just-in-time compilation support. This commit just adds the configure infrastructure that detects LLVM. No documentation has been added for the --with-llvm flag, that'll be added after the actual supporting code has been added. Author: Andres Freund Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| aclocal.m4 | modified | +1 −0 |
| config/llvm.m4 | added | +108 −0 |
| configure | modified | +720 −68 |
| configure.in | modified | +61 −1 |
| src/include/pg_config.h.in | modified | +19 −0 |
| src/include/pg_config.h.win32 | modified | +19 −0 |
| src/Makefile.global.in | modified | +11 −0 |
Discussion
- JIT compiling expressions/deform + inlining prototype v2.0 271 messages · 2017-09-01 → 2018-09-06