about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers
diff options
context:
space:
mode:
authorTom Hall <tahall256@protonmail.ch>2020-08-17 18:25:46 +0100
committerAlyssa Ross <hi@alyssa.is>2020-11-27 13:27:46 +0000
commitab3d625741f79aa25ea775ac1e3627c4526ed130 (patch)
treea442e58f69e891b94aee85aecb4ef40810ea3541 /nixpkgs/pkgs/development/compilers
parent32685ea77322d817341b893df667f095aceda28a (diff)
downloadnixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.tar
nixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.tar.gz
nixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.tar.bz2
nixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.tar.lz
nixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.tar.xz
nixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.tar.zst
nixlib-ab3d625741f79aa25ea775ac1e3627c4526ed130.zip
llvm_10: disable failing test on 32-bit ARM
(cherry picked from commit 92b4e00ffe12bb8381b4cb1241c8db1fd39d6549)
Diffstat (limited to 'nixpkgs/pkgs/development/compilers')
-rw-r--r--nixpkgs/pkgs/development/compilers/llvm/10/llvm.nix1
1 files changed, 1 insertions, 0 deletions
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?)