pgsql: meson: Add some missing LLVM function checks

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Add some missing LLVM function checks
Date: 2024-04-17 13:25:24
Message-ID: E1rx5Hw-002W1Y-Cw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Add some missing LLVM function checks

The checks for

HAVE_DECL_LLVMCREATEGDBREGISTRATIONLISTENER and
HAVE_DECL_LLVMCREATEPERFJITEVENTLISTENER

are in configure but are missing on the meson side. This adds those.

Reported-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://www.postgresql.org/message-id/5539b16c-cff7-46d5-9621-c3fb6b549e9e@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5165d43680dafafcc3d8c1a0a781b9aa33064ea6

Modified Files
--------------
meson.build | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2024-04-17 13:42:28 Re: pgsql: meson: Add initial version of meson based build system
Previous Message Peter Eisentraut 2024-04-17 08:52:45 pgsql: Remove dead code