Merge pull request #47281 from dtzWill/fix/llvm7-musl-rebase

llvm7: update sanitizer patch to fix w/musl
This commit is contained in:
Will Dietz
2018-09-24 11:49:56 -05:00
committed by GitHub
2 changed files with 77 additions and 76 deletions
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
meta = with stdenv.lib; {
description = "Helper library to program the performance monitoring events";
longDescription = ''