[compiler-rt] r279898 - [asan] restrict release_to_os_test.cc to x86_64
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 17:36:21 PDT 2016
Author: kcc
Date: Fri Aug 26 19:36:20 2016
New Revision: 279898
URL: http://llvm.org/viewvc/llvm-project?rev=279898&view=rev
Log:
[asan] restrict release_to_os_test.cc to x86_64
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc?rev=279898&r1=279897&r2=279898&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc Fri Aug 26 19:36:20 2016
@@ -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 <stdio.h>
#include <algorithm>
#include <stdint.h>
More information about the llvm-commits
mailing list