Re: --with-llvm on 32-bit platforms?

From: Dmitry Mityugov <d(dot)mityugov(at)postgrespro(dot)ru>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers(at)postgresql(dot)org, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: --with-llvm on 32-bit platforms?
Date: 2025-09-17 20:18:22
Message-ID: f188acbc695bcbef4f58645d9dcddf74@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Munro wrote 2025-09-17 06:30:
> On Wed, Sep 17, 2025 at 3:47 AM Dmitry Mityugov
> <d(dot)mityugov(at)postgrespro(dot)ru> wrote:
>> I tried the patch and it works well, thanks a lot to everyone involved
>> in fixing this.
>
> Thanks for the report and confirmation! I also pinged Andres just in
> case he had any objections to the approach, given that he wrote this
> stuff. Nope, so pushed.

Just wanted to add that this patch also fixes the problem when
--with-llvm is enabled on 32-bit ARMs; tests from `make check` pass
clearly when Postgres is build with this option enabled with both GCC
and Clang on 32-bit Debian 13.1 for armhf architecture.

Regards,

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-09-17 20:23:46 Re: Remove PointerIsValid()
Previous Message Nathan Bossart 2025-09-17 20:04:08 Re: GetNamedLWLockTranche crashes on Windows in normal backend