llvm_7: disable failing test on armv6l
This commit is contained in:
parent
3928e7f6b1
commit
e50b8fcfbd
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ in stdenv.mkDerivation ({
|
||||||
rm test/tools/llvm-dwarfdump/X86/debug_addr_dwarf4.s
|
rm test/tools/llvm-dwarfdump/X86/debug_addr_dwarf4.s
|
||||||
rm test/tools/llvm-dwarfdump/X86/debug_addr_unsupported_version.s
|
rm test/tools/llvm-dwarfdump/X86/debug_addr_unsupported_version.s
|
||||||
rm test/tools/llvm-dwarfdump/X86/debug_addr_version_mismatch.s
|
rm test/tools/llvm-dwarfdump/X86/debug_addr_version_mismatch.s
|
||||||
|
'' + 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
|
patchShebangs test/BugPoint/compile-custom.ll.py
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue