llvm_10: disable failing test on 32-bit ARM
This commit is contained in:
parent
1e3f09feaa
commit
92b4e00ffe
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ in stdenv.mkDerivation (rec {
|
|||
rm test/DebugInfo/X86/convert-debugloc.ll
|
||||
rm test/DebugInfo/X86/convert-inlined.ll
|
||||
rm test/DebugInfo/X86/convert-linked.ll
|
||||
rm test/DebugInfo/X86/debug_addr.ll
|
||||
rm test/tools/dsymutil/X86/op-convert.test
|
||||
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
|
||||
# Seems to require certain floating point hardware (NEON?)
|
||||
|
|
Loading…
Reference in a new issue