Re: Do we work with LLVM 12 on s390x? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Do we work with LLVM 12 on s390x?
Date
Msg-id 4155688.1616181352@sss.pgh.pa.us
Whole thread Raw
In response to Re: Do we work with LLVM 12 on s390x?  (Andres Freund <andres@anarazel.de>)
Responses Re: Do we work with LLVM 12 on s390x?  (Honza Horak <hhorak@redhat.com>)
List pgsql-hackers
Andres Freund <andres@anarazel.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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Do we work with LLVM 12 on s390x?
Next
From: John Naylor
Date:
Subject: Re: [POC] verifying UTF-8 using SIMD instructions