llvm_11: disable failing 'dependent-libraries.test' on armv7l

(cherry picked from commit 23ab12364036aebff032bdb4343312ebea0dbcaf)
This commit is contained in:
misuzu 2021-05-01 17:24:57 +03:00 committed by github-actions[bot]
parent b3743e6325
commit 49f3fda496
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ in stdenv.mkDerivation (rec {
rm test/DebugInfo/X86/convert-inlined.ll rm test/DebugInfo/X86/convert-inlined.ll
rm test/DebugInfo/X86/convert-linked.ll rm test/DebugInfo/X86/convert-linked.ll
rm test/tools/dsymutil/X86/op-convert.test rm test/tools/dsymutil/X86/op-convert.test
rm test/tools/llvm-readobj/ELF/dependent-libraries.test
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") '' '' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
# Seems to require certain floating point hardware (NEON?) # Seems to require certain floating point hardware (NEON?)
rm test/ExecutionEngine/frem.ll rm test/ExecutionEngine/frem.ll