Re: JIT compiling with LLVM v11

From: Andres Freund <andres(at)anarazel(dot)de>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Pierre Ducroquet <p(dot)psql(at)pinaraf(dot)info>
Subject: Re: JIT compiling with LLVM v11
Date: 2018-03-03 00:38:03
Message-ID: 20180303003803.5p6wevxmyqaq6xmv@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2018-03-02 16:29:54 -0800, Andres Freund wrote:
> > #include <llvm-c/Core.h>
> > #include <llvm-c/BitReader.h>
> >
> > It seems that it was intended that way anyway, since llvmjit.h contains
> > its own provisions for extern C.
>
> Hrmpf, yea, I broke that the third time now. I'm actually inclined to
> add an appropriate #ifdef ... #error so it's not repeated, what do you
> think?

Hm, don't think that's easily possible :(

- Andres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-03-03 00:39:45 Re: line_perp() (?-|) is broken.
Previous Message David Rowley 2018-03-03 00:32:46 Re: [HACKERS] path toward faster partition pruning