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:
commit
e81def80a4
@ -94,6 +94,7 @@ in stdenv.mkDerivation (rec {
|
|||||||
rm test/DebugInfo/X86/convert-inlined.ll
|
rm test/DebugInfo/X86/convert-inlined.ll
|
||||||
rm test/DebugInfo/X86/convert-linked.ll
|
rm test/DebugInfo/X86/convert-linked.ll
|
||||||
rm test/tools/dsymutil/X86/op-convert.test
|
rm test/tools/dsymutil/X86/op-convert.test
|
||||||
|
rm test/tools/llvm-readobj/ELF/dependent-libraries.test
|
||||||
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
|
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
|
||||||
# Seems to require certain floating point hardware (NEON?)
|
# Seems to require certain floating point hardware (NEON?)
|
||||||
rm test/ExecutionEngine/frem.ll
|
rm test/ExecutionEngine/frem.ll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user