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

From Jeff Davis
Subject Re: JIT compiling with LLVM v9.0
Date
Msg-id CAMp0ubeP6pqPE8i5f8DpON5VRAqvsL1dr70Q0Ha65Q69oe69dQ@mail.gmail.com
Whole thread Raw
In response to Re: JIT compiling with LLVM v9.0  (Pierre Ducroquet <p.psql@pinaraf.info>)
Responses Re: JIT compiling with LLVM v9.0
List pgsql-hackers
On Wed, Jan 24, 2018 at 1:35 PM, Pierre Ducroquet <p.psql@pinaraf.info> wrote:
> In LLVM 5.0, it looks like DebugInfo.h is not available in llvm-c, only as a C
> ++ API in llvm/IR/DebugInfo.h.

The LLVM APIs don't seem to be very stable; won't there just be a
continuous stream of similar issues?

Pinning major postgresql versions to specific LLVM versions doesn't
seem very appealing. Even if you aren't interested in the latest
changes in LLVM, trying to get the right version on your machine will
be annoying.

Regards,
    Jeff Davis


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Rangejoin rebased
Next
From: Andres Freund
Date:
Subject: Re: JIT compiling with LLVM v9.0