summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-08-17 16:21:37 -0500
committerGitHub <noreply@github.com>2020-08-17 16:21:37 -0500
commita4fd6592994f3365010e337a10d3cc223b46e9cf (patch)
treededf43827660a83c77e85db3231365533d47d668 /pkgs/development
parentd45c287d9a8403351ec17d60e3ad8aa4e878853e (diff)
parent92b4e00ffe12bb8381b4cb1241c8db1fd39d6549 (diff)
downloadnixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.tar
nixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.tar.gz
nixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.tar.bz2
nixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.tar.lz
nixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.tar.xz
nixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.tar.zst
nixpkgs-a4fd6592994f3365010e337a10d3cc223b46e9cf.zip
Merge pull request #95702 from Thra11/fix-llvm-10-aarch32
llvm_10: disable failing test on 32-bit ARM
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/llvm/10/llvm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/10/llvm.nix b/pkgs/development/compilers/llvm/10/llvm.nix
index 742beb87640..7394d4033d2 100644
--- a/pkgs/development/compilers/llvm/10/llvm.nix
+++ b/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?)