[compiler-rt] r249398 - [LSAN] Mark death callback as unstable while we investigate the cause in AArch64

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 06:29:45 PDT 2015


Author: rengolin
Date: Tue Oct  6 08:29:44 2015
New Revision: 249398

URL: http://llvm.org/viewvc/llvm-project?rev=249398&view=rev
Log:
[LSAN] Mark death callback as unstable while we investigate the cause in AArch64

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc?rev=249398&r1=249397&r2=249398&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/sanitizer_set_death_callback_test.cc Tue Oct  6 08:29:44 2015
@@ -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>
 




More information about the llvm-commits mailing list