From 42034d009d7b10f1348e47078a8eed02e5360b60 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Sat, 27 Aug 2016 00:36:20 +0000 Subject: [PATCH] [asan] restrict release_to_os_test.cc to x86_64 llvm-svn: 279898 --- compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc b/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc index c461d034fcbe..a5303fbe2ec4 100644 --- a/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/release_to_os_test.cc @@ -5,7 +5,7 @@ // RUN: %env_asan_opts=allocator_release_to_os=1 %run %t 2>&1 | FileCheck %s --check-prefix=RELEASE // RUN: %env_asan_opts=allocator_release_to_os=0 %run %t 2>&1 | FileCheck %s --check-prefix=NO_RELEASE // -// REQUIRES: asan-64-bits +// REQUIRES: x86_64-target-arch #include #include #include