[LSAN] Mark death callback as unstable while we investigate the cause in AArch64

llvm-svn: 249398
This commit is contained in:
Renato Golin 2015-10-06 13:29:44 +00:00
parent 03ab3368a0
commit 814e5caebc
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// RUN: %clangxx -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s
// REQUIRES: stable-runtime
#include <sanitizer/common_interface_defs.h>
#include <stdio.h>