Merge pull request #134308 from NixOS/backport-121693-to-release-21.05

[Backport release-21.05] llvm_11: disable failing 'dependent-libraries.test' on armv7l
This commit is contained in:
Jörg Thalheim 2021-08-16 15:47:23 +01:00 committed by GitHub
commit e81def80a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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