llvm_11: disable failing 'dependent-libraries.test' on armv7l
(cherry picked from commit 23ab12364036aebff032bdb4343312ebea0dbcaf)
This commit is contained in:
parent
b3743e6325
commit
49f3fda496
|
@ -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…
Reference in New Issue