Re: git: 56aaed388b0a - main - Merge libcxxrt master fd484be8d1e94a1fcf6bc5c67e5c07b65ada19b6
Date: Sat, 19 Mar 2022 23:17:42 UTC
On 19 Mar 2022, at 21:54, Dimitry Andric <dim@FreeBSD.org> wrote: > > On 19 Mar 2022, at 21:16, Antoine Brodin <antoine@freebsd.org> wrote: ... >> 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. It should now build again, after 8e72f458c6d389870730ae0e95d28a0d8609a018. -Dimitry