From ab3d625741f79aa25ea775ac1e3627c4526ed130 Mon Sep 17 00:00:00 2001 From: Tom Hall Date: Mon, 17 Aug 2020 18:25:46 +0100 Subject: llvm_10: disable failing test on 32-bit ARM (cherry picked from commit 92b4e00ffe12bb8381b4cb1241c8db1fd39d6549) --- nixpkgs/pkgs/development/compilers/llvm/10/llvm.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixpkgs/pkgs/development/compilers') diff --git a/nixpkgs/pkgs/development/compilers/llvm/10/llvm.nix b/nixpkgs/pkgs/development/compilers/llvm/10/llvm.nix index 742beb876404..7394d4033d21 100644 --- a/nixpkgs/pkgs/development/compilers/llvm/10/llvm.nix +++ b/nixpkgs/pkgs/development/compilers/llvm/10/llvm.nix @@ -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?) -- cgit 1.4.1