Merge pull request #95702 from Thra11/fix-llvm-10-aarch32

llvm_10: disable failing test on 32-bit ARM
This commit is contained in:
Matthew Bauer 2020-08-17 16:21:37 -05:00 committed by GitHub
commit a4fd659299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ in stdenv.mkDerivation (rec {
rm test/DebugInfo/X86/convert-debugloc.ll
rm test/DebugInfo/X86/convert-inlined.ll
rm test/DebugInfo/X86/convert-linked.ll
rm test/DebugInfo/X86/debug_addr.ll
rm test/tools/dsymutil/X86/op-convert.test
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
# Seems to require certain floating point hardware (NEON?)