From 67df7777e7896037150b5162344987462ecccaef Mon Sep 17 00:00:00 2001 From: misuzu Date: Mon, 6 Jun 2022 19:21:53 +0300 Subject: llvm_12: disable failing tests on armv7l --- pkgs/development/compilers/llvm/12/llvm/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/compilers/llvm/12/llvm/default.nix') diff --git a/pkgs/development/compilers/llvm/12/llvm/default.nix b/pkgs/development/compilers/llvm/12/llvm/default.nix index 8acd4d2c1fd..56a3d01e4b1 100644 --- a/pkgs/development/compilers/llvm/12/llvm/default.nix +++ b/pkgs/development/compilers/llvm/12/llvm/default.nix @@ -104,6 +104,8 @@ 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-objcopy/MachO/universal-object.test '' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") '' # Seems to require certain floating point hardware (NEON?) rm test/ExecutionEngine/frem.ll -- cgit 1.4.1