]> granicus.if.org Git - postgresql/commit
Add configure infrastructure (--with-llvm) to enable LLVM support.
authorAndres Freund <andres@anarazel.de>
Wed, 21 Mar 2018 00:26:25 +0000 (17:26 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 21 Mar 2018 00:26:25 +0000 (17:26 -0700)
commit5b2526c83832e4e8a9f8db0389904ed2fb50ed37
tree0e6f1e24b35e3dbc15a70e52cf0558f7bfc553b3
parent6869b4f2584787d9e4cefaab8a4bae1ecbe63766
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
aclocal.m4
config/llvm.m4 [new file with mode: 0644]
configure
configure.in
src/Makefile.global.in
src/include/pg_config.h.in
src/include/pg_config.h.win32