[AArch64] Stable runtime required for proc maps test

llvm-svn: 244105
This commit is contained in:
Renato Golin 2015-08-05 19:45:26 +00:00
parent 2a02557b4e
commit 12a7cdc3a0
1 changed files with 1 additions and 1 deletions

View File

@ -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>