forked from OSchip/llvm-project
[asan] restrict release_to_os_test.cc to x86_64
llvm-svn: 279898
This commit is contained in:
parent
fb1bdc4922
commit
42034d009d
|
@ -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=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
|
// 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 <stdio.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
Loading…
Reference in New Issue