Merge pull request #73084 from lopsided98/llvm-7-armv6l
llvm_7: disable failing test on armv6l
This commit is contained in:
commit
1c3deb9642
@ -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…
x
Reference in New Issue
Block a user