From d7848386e5791ecbea187b013e16cbd114281c67 Mon Sep 17 00:00:00 2001 From: misuzu Date: Sun, 5 Jun 2022 09:16:29 +0300 Subject: llvmPackages/libllvm: disable failing tests on armv7l --- pkgs/development/compilers/llvm/14/llvm/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/compilers/llvm') diff --git a/pkgs/development/compilers/llvm/14/llvm/default.nix b/pkgs/development/compilers/llvm/14/llvm/default.nix index ea1473378311e..c3f3c94f434cf 100644 --- a/pkgs/development/compilers/llvm/14/llvm/default.nix +++ b/pkgs/development/compilers/llvm/14/llvm/default.nix @@ -89,6 +89,9 @@ 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/gold/X86/split-dwarf.ll + rm test/tools/llvm-dwarfdump/X86/prettyprint_types.s + rm test/tools/llvm-dwarfdump/X86/simplified-template-names.s '' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") '' # Seems to require certain floating point hardware (NEON?) rm test/ExecutionEngine/frem.ll -- cgit 1.4.1