[compiler-rt] r244105 - [AArch64] Stable runtime required for proc maps test

Renato Golin renato.golin at linaro.org
Wed Aug 5 12:45:26 PDT 2015


Author: rengolin
Date: Wed Aug  5 14:45:26 2015
New Revision: 244105

URL: http://llvm.org/viewvc/llvm-project?rev=244105&view=rev
Log:
[AArch64] Stable runtime required for proc maps test

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc?rev=244105&r1=244104&r2=244105&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc Wed Aug  5 14:45:26 2015
@@ -1,6 +1,6 @@
 // RUN: %clangxx -g %s -o %t
 // RUN: %tool_options=decorate_proc_maps=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%tool_name
-// REQUIRES: stable-release
+// REQUIRES: stable-runtime
 #include <errno.h>
 #include <fcntl.h>
 #include <pthread.h>




More information about the llvm-commits mailing list