Temporarily disable a failing test on ppc64le

ld.gold is crashing with an internal error.
Disable this test temporarily while the issue is being investigated and
fixed.

(cherry picked from commit bf19c70bc0)
This commit is contained in:
Tulio Magno Quites Machado Filho 2023-08-24 06:42:02 -03:00 committed by Nikita Popov
parent 2508552b6b
commit db0e8c2bbf

View file

@ -468,6 +468,10 @@ cp -Rv ../cmake/* %{buildroot}%{pkg_datadir}/llvm/cmake
%ifarch %{arm}
rm test/tools/llvm-readobj/ELF/dependent-libraries.test
%endif
%ifarch ppc64le
# TODO: Re-enable when ld.gold fixed its internal error.
rm test/tools/gold/PowerPC/mtriple.ll
%endif
# non reproducible errors
rm test/tools/dsymutil/X86/swift-interface.test