mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +00:00
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:
parent
2508552b6b
commit
db0e8c2bbf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue