Re: git: 56aaed388b0a - main - Merge libcxxrt master fd484be8d1e94a1fcf6bc5c67e5c07b65ada19b6

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sat, 19 Mar 2022 20:54:50 UTC
On 19 Mar 2022, at 21:16, Antoine Brodin <antoine@freebsd.org> wrote:
> 
> On Sat, Mar 19, 2022 at 7:52 PM Dimitry Andric <dim@freebsd.org> wrote:
>> 
>> On 18 Mar 2022, at 15:10, Antoine Brodin <antoine@freebsd.org> wrote:
...
>> I could reproduce a CMake hang with poppler-qt5, and it turns out that
>> libcxxrt's https://github.com/libcxxrt/libcxxrt/commit/fd484be can make
>> __cxa_guard_acquire hang on i386.
>> 
>> I reverted the upstream commit in:
>> https://cgit.freebsd.org/src/commit/?id=2548237983c47c61601b883bb9d6c9a803ef8ce4
>> 
>> Can you please retry after this?
> 
> Hi,
> 
> It seems that main fails to compile at the moment:
> /poudriere/jails/main-i386/usr/src/contrib/llvm-project/llvm/lib/IR/Operator.cpp:197:22:
> error: no member named 'isZero' in 'llvm::APInt'
> if (!IndexedSize.isZero()) {
> ~~~~~~~~~~~ ^

Yeah sorry about that, upstream changed some APIs around. Working on a fix.

-Dimitry