Re: pgsql: Inline CRC computation for small fixed-length input on x86 - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Inline CRC computation for small fixed-length input on x86
Date
Msg-id 3841943.1743425543@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Inline CRC computation for small fixed-length input on x86  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
I wrote:
> I have reproduced it on a genuine-Red-Hat RHEL 9 x86_64 machine,
> but only when compiling with --with-llvm, and the error goes away
> if I select CC=clang.

Also, a build with meson doesn't fall into the same trap.  I'm not
sure why, because I can't find where in the build.ninja file it's
trying to make any .bc files other than llvmjit_types.bc --- and
that, it's using clang for.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Inline CRC computation for small fixed-length input on x86
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Inline CRC computation for small fixed-length input on x86