public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: Heikki Linnakangas <[email protected]>
To: pgsql-hackers <[email protected]>
Subject: Re: some LLVM function checks missing in meson
Date: Wed, 17 Apr 2024 15:29:29 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
On 13.04.24 10:25, Heikki Linnakangas wrote:
>> Something like the below would appear to fix that:
>>
>> diff --git a/meson.build b/meson.build
>> index 43fad5323c0..cdfd31377d1 100644
>> --- a/meson.build
>> +++ b/meson.build
>> @@ -2301,6 +2301,14 @@ decl_checks += [
>> ['pwritev', 'sys/uio.h'],
>> ]
>>
>> +# Check presence of some optional LLVM functions.
>> +if llvm.found()
>> + decl_checks += [
>> + ['LLVMCreateGDBRegistrationListener', 'llvm-c/ExecutionEngine.h'],
>> + ['LLVMCreatePerfJITEventListener', 'llvm-c/ExecutionEngine.h'],
>> + ]
>> +endif
>> +
>> foreach c : decl_checks
>> func = c.get(0)
>> header = c.get(1)
>>
>> I don't know what these functions do, but the symbols are used in the
>> source code. Thoughts?
>
> +1. I also don't know what they do, but clearly the configure and meson
> checks should be in sync.
Committed that, too.
view thread (4+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: some LLVM function checks missing in meson
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox