From 1ce8745b77a198f31573a30e03b50fced27413b5 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 2 Mar 2015 19:34:02 +0000 Subject: [PATCH] [Sanitizer] Restrict open_memstream to x86_64. Fixes PR22714. llvm-svn: 230996 --- .../test/sanitizer_common/TestCases/Linux/open_memstream.cc | 1 + 1 file changed, 1 insertion(+) 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 6abe0bfb1483..69097c094a93 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