forked from OSchip/llvm-project
[LSAN] Mark death callback as unstable while we investigate the cause in AArch64
llvm-svn: 249398
This commit is contained in:
parent
03ab3368a0
commit
814e5caebc
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue