llvm_9: disable failing test on armv6l

This commit is contained in:
Ben Wolsieffer 2019-11-09 11:01:12 -05:00
parent d67cd40cd8
commit 50c315fc4d

View file

@ -81,6 +81,9 @@ 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
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
# Seems to require certain floating point hardware (NEON?)
rm test/ExecutionEngine/frem.ll
'' + ''
patchShebangs test/BugPoint/compile-custom.ll.py