Re: Do we work with LLVM 12 on s390x?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Do we work with LLVM 12 on s390x?
Date: 2021-03-19 19:15:52
Message-ID: 4155688.1616181352@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> I think the error above comes from a "mismatch" between the clang used
> to compile bitcode, and the LLVM version linked to. Normally we're
> somewhat tolerant of differences between the two, but there was an ABI
> change at some point, leading to that error. IIRC I hit that, but it
> vanished as soon as I used a matching libllvm and clang.

Thanks, I passed that advice on.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2021-03-19 19:24:06 Re: [POC] verifying UTF-8 using SIMD instructions
Previous Message Andres Freund 2021-03-19 19:00:47 Re: Do we work with LLVM 12 on s390x?