jit: configure: Explicitly reference 'native' component.
authorAndres Freund <andres@anarazel.de>
Tue, 8 Dec 2020 02:12:23 +0000 (18:12 -0800)
committerAndres Freund <andres@anarazel.de>
Tue, 8 Dec 2020 03:34:13 +0000 (19:34 -0800)
commit9543f0861b1d9b566be88edae21f24fb1377f45c
treeee3c136695912f41105e928b65d228b3f051047e
parent947789f1f5fb61daf663f26325cbe7cad8197d58
jit: configure: Explicitly reference 'native' component.

Until recently 'native' was implicitly included via 'orcjit', but a change
included in LLVM 11 (not yet released) removed a number of such indirect
component references.

Reported-By: Fabien COELHO <coelho@cri.ensmp.fr>
Reported-By: Andres Freund <andres@anarazel.de>
Reported-By: Thomas Munro <thomas.munro@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20201201064949.mex6kvi2kygby3ni@alap3.anarazel.de
Backpatch: 11-, where jit support was added
config/llvm.m4
configure