diff options
author | Renato Golin <renato.golin@linaro.org> | 2015-08-05 19:45:26 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2015-08-05 19:45:26 +0000 |
commit | 12a7cdc3a00358bc14ec9864fd728c754afd7198 (patch) | |
tree | 7e9c4636e3deefc4673ffe7df8a658039171c400 /compiler-rt | |
parent | 2a02557b4e8b41028d4277b4a0616a8d66602d32 (diff) | |
download | bcm5719-llvm-12a7cdc3a00358bc14ec9864fd728c754afd7198.tar.gz bcm5719-llvm-12a7cdc3a00358bc14ec9864fd728c754afd7198.zip |
[AArch64] Stable runtime required for proc maps test
llvm-svn: 244105
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc index 081381a80e2..15c5c11c974 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/decorate_proc_maps.cc @@ -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> |