From 1ce8745b77a198f31573a30e03b50fced27413b5 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 2 Mar 2015 19:34:02 +0000 Subject: [Sanitizer] Restrict open_memstream to x86_64. Fixes PR22714. llvm-svn: 230996 --- compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler-rt') diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc index 6abe0bfb148..69097c094a9 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc @@ -1,5 +1,6 @@ // RUN: %clangxx -m64 -O0 -g -xc++ %s -o %t && %run %t // RUN: %clangxx -m64 -O3 -g -xc++ %s -o %t && %run %t +// REQUIRES: x86_64-supported-target #include #include -- cgit v1.2.3