forked from OSchip/llvm-project
[AArch64] Stable runtime required for proc maps test
llvm-svn: 244105
This commit is contained in:
parent
2a02557b4e
commit
12a7cdc3a0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue