I'm seeing a test failure in our Fedora builds of the [highway]( https://github.com/google/highway) package on ppc64le, and I've bisected the failures down to 3469db82b5c821c94b58c0b81f03bbef51efa30b (#108430) How to reproduce in the `fedora:rawhide` container for ppc64le: ``` $ curl -O -L https://download.copr.fedorainfracloud.org/results/tstellar/clang-fedora-centos-testing/fedora-rawhide-ppc64le/09017423-highway/highway-1.2.0-5.fc43.src.rpm $ dnf builddep highway-1.2.0-5.fc43.src.rpm $ dnf install rpm-build $ rpmbuild -D "%_distro_extra_ldflags -fuse-ld=lld" -rb highway-1.2.0-5.fc43.src.rpm ``` cc @alexey-bataev