Re: JIT compiling with LLVM v10.0 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: JIT compiling with LLVM v10.0
Date
Msg-id 20180208064942.4nkk6s6ztd3by3wg@alap3.anarazel.de
Whole thread Raw
In response to Re: JIT compiling with LLVM v10.0  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
On 2018-02-08 11:50:17 +1300, Thomas Munro wrote:
> You are asking LLVM to dlopen(""), which doesn't work on my not-Linux,
> explaining the errors I reported in the older thread.  The portable
> way to dlopen the main binary is dlopen(NULL), so I think you need to
> pass NULL in to LLVMLoadLibraryPermanently(), even though that isn't
> really clear from any LLVM documentation I've looked at.

Ugh. Thanks for figuring that out, will incorporate!

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: atorikoshi
Date:
Subject: Fix a typo in walsender.c
Next
From: Claudio Freire
Date:
Subject: Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem