Re: git: 3a0793336edf - main - Merge llvm-project release/18.x llvmorg-18.1.6-0-g1118c2e05e67

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Thu, 30 May 2024 09:06:12 UTC
On 30 May 2024, at 05:00, Colin Percival <cperciva@tarsnap.com> wrote:
> 
> On 5/24/24 08:59, Dimitry Andric wrote:
>> commit 3a0793336edfc21cb6d4c8c5c5d7f1665f3e6c5a
>>     Merge llvm-project release/18.x llvmorg-18.1.6-0-g1118c2e05e67
>>          This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
>>     openmp to llvm-project release/18.x llvmorg-18.1.6-0-g1118c2e05e67.
> 
> This broke the weekly snapshot builds for powerpc* platforms.  It looks like
> we have the same issue as https://github.com/llvm/llvm-project/issues/92991
> (failure is "Running pass 'PPC Merge String Pool' on module '/usr/src/crypto/openssh/sshkey.c'.") so hopefully importing the fix from that issue can fix
> them for next week.

I tried reproducing the crash with a "make buildworld TARGET=powerpc
TARGET_ARCH=powerpc64", but it worked just fine for me. Is there any way
to reproduce this on a non-PowerPC host?

That said, I will be happy to import the fix, but it would be nice if I
can verify that it is really solving the problem. :)

-Dimitry