summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2021-05-01 17:24:57 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-16 10:39:28 +0000
commit49f3fda496e56ef1200420725ea887dc27b329bd (patch)
treece93da55e470fa9527ef25d201a5d53731c02418
parenthaskellPackages.readline: fix Setup.hs to work with Cabal 3 (diff)
downloadnixpkgs-origin/backport-121693-to-release-21.05.tar.gz
llvm_11: disable failing 'dependent-libraries.test' on armv7lorigin/backport-121693-to-release-21.05
(cherry picked from commit 23ab12364036aebff032bdb4343312ebea0dbcaf)
-rw-r--r--pkgs/development/compilers/llvm/11/llvm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/11/llvm/default.nix b/pkgs/development/compilers/llvm/11/llvm/default.nix
index 941a85e6ad0d..c3411ae7a250 100644
--- a/pkgs/development/compilers/llvm/11/llvm/default.nix
+++ b/pkgs/development/compilers/llvm/11/llvm/default.nix
@@ -94,6 +94,7 @@ 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/llvm-readobj/ELF/dependent-libraries.test
'' + optionalString (stdenv.hostPlatform.system == "armv6l-linux") ''
# Seems to require certain floating point hardware (NEON?)
rm test/ExecutionEngine/frem.ll