From 8fa5d4ab1a06d207c077ae9f3af062511d4c7353 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 20 Mar 2019 10:44:47 -0500 Subject: [PATCH] llvm8: remove failing test to fix w/musl --- pkgs/development/compilers/llvm/8/llvm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/llvm/8/llvm.nix b/pkgs/development/compilers/llvm/8/llvm.nix index 484484e1725..6851e67f3d7 100644 --- a/pkgs/development/compilers/llvm/8/llvm.nix +++ b/pkgs/development/compilers/llvm/8/llvm.nix @@ -71,6 +71,8 @@ in stdenv.mkDerivation (rec { substituteInPlace unittests/Support/CMakeLists.txt \ --replace "add_subdirectory(DynamicLibrary)" "" rm unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp + # valgrind unhappy with musl or glibc, but fails w/musl only + rm test/CodeGen/AArch64/wineh4.mir '' + '' patchShebangs test/BugPoint/compile-custom.ll.py '';