Merge pull request #121693 from misuzu/llvm11-armv7l

llvm_11: disable failing 'dependent-libraries.test' on armv7l
This commit is contained in:
Sandro
2021-08-02 14:08:04 +00:00
committed by GitHub
@@ -94,6 +94,7 @@ in stdenv.mkDerivation (rec {
rm test/DebugInfo/X86/convert-inlined.ll
rm test/DebugInfo/X86/convert-linked.ll
rm test/tools/dsymutil/X86/op-convert.test
rm test/tools/llvm-readobj/ELF/dependent-libraries.test
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
# Seems to require certain floating point hardware (NEON?)
rm test/ExecutionEngine/frem.ll